Describes the thickness of a frame around a rectangle. Four double values describe the four sides of the frame.
The following tables list the members exposed by the Thickness type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Thickness class. |
Name | Description | |
---|---|---|
![]() |
Gets all sets a uniform value for all four sides of this Thickness. |
|
![]() |
Gets or sets the width, in Unit(s), of the lower side of the bounding rectangle. |
|
![]() |
Checks if all four Thickness properties are set. |
|
![]() |
Checks if the Bottom property is set. |
|
![]() |
Checks if the Left property is set. |
|
![]() |
Returns true if Right property is set. |
|
![]() |
Checks if the Top property is set. |
|
![]() |
Gets or sets the width, in Unit(s), of the left side of the bounding rectangle. |
|
![]() |
Gets or sets the width, in Unit(s), of the right side of the bounding rectangle. |
|
![]() |
Gets or sets the width, in Unit(s), of the upper side of the bounding rectangle. |
Name | Description | |
---|---|---|
![]() |
Creates an exact copy of the current Thickness object. |
|
![]() |
Reads the properties of the specified Thickness object and sets them as values of the current Thickness. |
|
![]() |
Determines if the specified object is equal to the current Thickness object. |
|
![]() |
Gets a JSON string representation of the current Thickness object. |
|
![]() |
Gets the value of the Bottom property of this Thickness. |
|
![]() |
Serves as hash function for the Thickness type. |
|
![]() |
Gets the value of the Left property of this Thickness. |
|
![]() |
Gets the properties of this Thickness as an IDictionary<string, object> list where each pair is the name of the property and its value. |
|
![]() |
Gets the value of the Right property of this Thickness. |
|
![]() |
Gets the value of the Top property of this Thickness. |
|
![]() |
Copies the values from the specified list to the properties of the current Thickness. |
|
![]() |
Resets all Thickness properties to their default values. |
Name | Description | |
---|---|---|
![]() |
Raised when a property of the Thickness class has changed. |