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. | |
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. |
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 | Determines whether the value of the specified object is equivalent to the current Thickness. | |
GetHashCode | Generates a hash code for the current Thickness. | |
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 Thickness. |
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. |