Name | Description | |
---|---|---|
Corners Constructor | Overloaded. |
The following tables list the members exposed by Corners.
Name | Description | |
---|---|---|
Corners Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | Provides a Corners object with no thickness. | |
IsEmpty | Returns true if the Corners object is empty. | |
LeftBottom | Gets or sets the radius for the left bottom corner. | |
LeftTop | Gets or sets the radius for the left top corner. | |
RightBottom | Gets or sets the radius for the right bottom corner. | |
RightTop | Gets or sets the radius for the right top corner. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
SwapLeftRight | Swaps corners for RightToLeft layout. | |
SwapTopBottom | Swaps top and bottom corners. | |
ToString | Returns the fully qualified type name of this instance. |
Equality | Tests whether two specified Corners objects are equivalent. |
Implicit Type Conversion | Converts an System.Int32 into a Corners. |
Inequality | Tests whether two specified Corners objects are not equivalent. |