[]
Represents padding or margin information.
[TypeConverter(typeof(PaddingFConverter))]
public struct PaddingF
<TypeConverter(GetType(PaddingFConverter))>
Public Structure PaddingF
| Name | Description |
|---|---|
| PaddingF(float) | Creates a new instance of the PaddingF class using the same padding size for all edges. |
| PaddingF(float, float, float, float) | Creates a new instance of the PaddingF class using a separate padding size for each edge. |
| 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. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equivalent to the current padding. |
| GetHashCode() | Generates a hash code for the current Padding object. |
| Name | Description |
|---|---|
| operator ==(PaddingF, PaddingF) | Determines whether two specified Padding objects are equivalent. |
| operator !=(PaddingF, PaddingF) | Determines whether two specified Padding objects are not equivalent. |