[]
Represents the padding.
[TypeConverter(typeof(PaddingEx.PaddingExConverter))]
public struct PaddingEx : IEquatable<PaddingEx>
| Name | Description |
|---|---|
| PaddingEx(int) | Initializes the PaddingEx structure. |
| PaddingEx(int, int, int, int) | Initializes the PaddingEx structure. |
| Name | Description |
|---|---|
| Empty | Returns empty structure. |
| Name | Description |
|---|---|
| All | Gets or sets all paddings. |
| Bottom | Gets or sets bottom padding |
| Horizontal | Gets horizontal padding property |
| Left | Gets or sets left padding |
| Right | Gets or sets right padding |
| Size | Gets size |
| Top | Gets or sets top padding |
| Vertical | Gets versical padding property |
| Name | Description |
|---|---|
| Equals(PaddingEx) | Determines whether the specified PaddingEx is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |
| Name | Description |
|---|---|
| operator ==(PaddingEx, PaddingEx) | Implements the == operator. |
| operator !=(PaddingEx, PaddingEx) | Implements the != operator. |