Margin |
[SerializableAttribute] public struct Margin2D : IEquatable<Margin2D>
The Margin2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Bottom | Gets or sets the bottom margin. | |
| Left | Gets or sets the left margin. | |
| Right | Gets or sets the right margin. | |
| Top | Gets or sets the top margin. |
| Name | Description | |
|---|---|---|
| Equals(Margin2D) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(Margin2D, Margin2D) | Determines whether two Margin2D instances are equal. | |
| Inequality(Margin2D, Margin2D) | Determines whether two Margin2D instances are not equal. |