Version

Padding Structure Methods

For a list of all members of this type, see Padding members.

Public Methods
 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal.  
Public MethodGetHashCodeReturns the hash code for this instance.  
Public Methodstatic (Shared in Visual Basic)PadAllReturns an instance with all properties set to the specified value.  
Public Methodstatic (Shared in Visual Basic)PadBottomReturns an instance whose Bottom property is set to the specified value, with all other properties set to zero.  
Public Methodstatic (Shared in Visual Basic)PadHorizontalReturns an instance whose Left and Right properties are set to the specified value, with all other properties set to zero.  
Public Methodstatic (Shared in Visual Basic)PadLeftReturns an instance whose Left property is set to the specified value, with all other properties set to zero.  
Public Methodstatic (Shared in Visual Basic)PadRightReturns an instance whose Right property is set to the specified value, with all other properties set to zero.  
Public Methodstatic (Shared in Visual Basic)PadTopReturns an instance whose Top property is set to the specified value, with all other properties set to zero.  
Public Methodstatic (Shared in Visual Basic)PadVerticalReturns an instance whose Top and Bottom properties are set to the specified value, with all other properties set to zero.  
Public MethodResetRestores all property values to their respective defaults.  
Public MethodToStringReturns the string representation of this object.  
See Also

View on GitHub