PaddingF Structure Members
In This Topic
The following tables list the members exposed by PaddingF.
Public Constructors
Public Properties
| Name | Description |
| Bottom | Gets or sets the padding size for the bottom edge. |
| Left | Gets or sets the padding size for the left edge. |
| Right | Gets or sets the padding size for the right edge. |
| Top | Gets or sets the padding size for the top edge. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified object is equivalent to the current padding. |
| GetHashCode | Generates a hash code for the current Padding object. |
Top
Public Operators
Equality | Determines whether two specified Padding objects are equivalent. |
Inequality | Determines whether two specified Padding objects are not equivalent. |
Top
See Also