Corners Structure Members
In This Topic
The following tables list the members exposed by Corners.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the value of the specified object is equivalent to the current Corners. |
| GetHashCode | Serves as the default hash function. |
| SwapLeftRight | Swaps corners for RightToLeft layout. |
| ToString | Returns a string that represents the current object. |
Top
Public Operators
See Also