Name | Description | |
---|---|---|
Thickness Constructor | Overloaded. |
The following tables list the members exposed by Thickness.
Name | Description | |
---|---|---|
Thickness Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bottom | Gets or sets the thickness value for the bottom edge. | |
Empty | Provides a Thickness object with no thickness. | |
Height | Gets the combined thickness for the top and bottom edges. | |
IsEmpty | Returns true if the Thickness object is empty. | |
Left | Gets or sets the thickness value for the left edge. | |
Right | Gets or sets the thickness value for the right edge. | |
Top | Gets or sets the thickness value for the top edge. | |
Width | Gets the combined thickness for the right and left edges. |
Name | Description | |
---|---|---|
Deflate | Deflates the specified System.Drawing.Rectangle by the current Thickness. | |
DeflateRtl | Deflates the specified System.Drawing.Rectangle by the current Thickness with RightToLeft layout. | |
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Serves as the default hash function. | |
Inflate | Overloaded. Inflates the current Thickness by the specified values. | |
InflateRtl | Inflates the specified System.Drawing.Rectangle by the current Thickness with RightToLeft layout. | |
SwapLeftRight | Swaps the values of the Left and Right properties. | |
ToString | Returns a string that represents the current object. |
Equality | Tests whether two specified Thickness objects are equivalent. |
Implicit Type Conversion | Overloaded. Converts an System.Int32 into a Thickness. |
Inequality | Tests whether two specified Thickness objects are not equivalent. |