[]
Initializes a Thickness structure that has the specified uniform length on each side.
public Thickness(double uniformLength)
Type | Name | Description |
---|---|---|
double | uniformLength | The uniform length applied to all four sides of the bounding rectangle. |
Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
public Thickness(double left, double top, double right, double bottom)
Type | Name | Description |
---|---|---|
double | left | The thickness for the left side of the rectangle. |
double | top | The thickness for the upper side of the rectangle. |
double | right | The thickness for the right side of the rectangle. |
double | bottom | The thickness for the lower side of the rectangle. |