Thickness Structure |
Namespace: Windows.UI.Xaml
public struct Thickness
The Thickness type exposes the following members.
Name | Description | |
---|---|---|
Thickness(Double) |
[SECURITY CRITICAL] Initializes a Windows.UI.Xaml.Thickness structure that
has the specified uniform length on each side.
| |
Thickness(Double, Double, Double, Double) |
[SECURITY CRITICAL] 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 | |
---|---|---|
Equals(Object) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.Thickness structure to
another System.Object for equality.
(Overrides ValueTypeEquals(Object).) | |
Equals(Thickness) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.Thickness structure to
another Windows.UI.Xaml.Thickness structure for equality.
| |
GetHashCode |
[SECURITY CRITICAL] Returns the hash code of the structure.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
[SECURITY CRITICAL] Returns the string representation of the Windows.UI.Xaml.Thickness
structure.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
[SECURITY CRITICAL] Compares the value of two Windows.UI.Xaml.Thickness structures
for equality. | |
Inequality |
[SECURITY CRITICAL] Compares two Windows.UI.Xaml.Thickness structures for
inequality.
|
Name | Description | |
---|---|---|
Bottom |
[SECURITY CRITICAL] Gets or sets the width, in pixels, of the lower side
of the bounding rectangle.
| |
Left |
[SECURITY CRITICAL] Gets or sets the width, in pixels, of the left side of
the bounding rectangle.
| |
Right |
[SECURITY CRITICAL] Gets or sets the width, in pixels, of the right side
of the bounding rectangle.
| |
Top |
[SECURITY CRITICAL] Gets or sets the width, in pixels, of the upper side
of the bounding rectangle.
|