[]
Padding class
[TypeConverter(typeof(Padding.PaddingConverter))]
public struct Padding : IEquatable<Padding>
| Name | Description |
|---|---|
| Padding(int) | Padding Constructor |
| Padding(int, int, int, int) | Padding Constructor |
| Padding(string) | For internal use only. |
| Padding(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Empty | Padding Empty Structure |
| Name | Description |
|---|---|
| All | Gets or sets padding |
| 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(Padding) | Determines whether the specified Padding 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 ==(Padding, Padding) | Determines whether the two paddings are the same. |
| operator !=(Padding, Padding) | Determines whether the two paddings are not the same. |