Version

ImageBackgroundStretchMargins Class Members

The following tables list the members exposed by ImageBackgroundStretchMargins.

Public Constructors
 NameDescription
Public ConstructorImageBackgroundStretchMargins ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBottomThe size of the bottom margin in pixels.  
Public Propertystatic (Shared in Visual Basic)EmptyReturns a singleton instance representing an empty stretch margins instance.  
Public PropertyIsEmptyReturns whether the Margins are empty (all for margins are set to 0).  
Public PropertyLeftThe size of the left margin in pixels.  
Public PropertyRightThe size of the right margin in pixels.  
Public PropertyTopThe size of the top margin in pixels.  
Public Methods
 NameDescription
Public MethodEqualsIf object is of the same type, compares contents to determine equality.  
Public MethodGetHashCodeReturns a hash code for the object.  
Public MethodToStringReturns a string representation of the object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeBottomReturns true if the Bottom property should be serialized.  
Protected MethodShouldSerializeLeftReturns true if the Left property should be serialized.  
Protected MethodShouldSerializeRightReturns true if the Right property should be serialized.  
Protected MethodShouldSerializeTopReturns true if the Top property should be serialized.  
See Also