[]
Describes the thickness of a frame around a rectangle. Four double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively.
public struct Thickness
| Name | Description |
|---|---|
| Thickness(double) | Initializes a Thickness structure that has the specified uniform length on each side. |
| Thickness(double, double, double, double) | Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle. |
| Name | Description |
|---|---|
| Bottom | Gets or sets the width, of the lower side of the bounding rectangle. |
| Left | Gets or sets the width, of the left side of the bounding rectangle. |
| Right | Gets or sets the width, of the right side of the bounding rectangle. |
| Top | Gets or sets the width, of the upper side of the bounding rectangle. |
| Name | Description |
|---|---|
| Equals(Thickness) | Compares this Windows.UI.Xaml.Thickness structure to another Thickness structure for equality. |
| Equals(object) | Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality. |
| GetHashCode() | Returns the hash code of the structure. |
| ToString() | Returns the string representation of the Thickness structure. |
| Name | Description |
|---|---|
| operator ==(Thickness, Thickness) | Compares the value of two Thickness structures for equality. |
| operator !=(Thickness, Thickness) | Compares two Thickness structures for inequality. |