The following tables list the members exposed by Padding.
Name | Description | |
---|---|---|
Padding Constructor | Creates a new instance |
Name | Description | |
---|---|---|
Bottom | Returns the padding as relative to the bottom. | |
Empty | Returns a Padding instance whose Top, Left, Right, and Bottom are all set to zero. | |
Left | Returns the padding as relative to the left. | |
Right | Returns the padding as relative to the right. | |
Top | Returns the padding as relative to the top. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
PadAll | Returns an instance with all properties set to the specified value. | |
PadBottom | Returns an instance whose Bottom property is set to the specified value, with all other properties set to zero. | |
PadHorizontal | Returns an instance whose Left and Right properties are set to the specified value, with all other properties set to zero. | |
PadLeft | Returns an instance whose Left property is set to the specified value, with all other properties set to zero. | |
PadRight | Returns an instance whose Right property is set to the specified value, with all other properties set to zero. | |
PadTop | Returns an instance whose Top property is set to the specified value, with all other properties set to zero. | |
PadVertical | Returns an instance whose Top and Bottom properties are set to the specified value, with all other properties set to zero. | |
Reset | Restores all property values to their respective defaults. | |
ToString | Returns the string representation of this object. |