UIRectCorner Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of the corners of a rectangle.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum UIRectCorner
type UIRectCorner =
- Inheritance
-
UIRectCorner
- Attributes
Fields
Name | Value | Description |
---|---|---|
TopLeft | 1 | The top-left corner of the rectangle. |
TopRight | 2 | The top-right corner of the rectangle. |
BottomLeft | 4 | The bottom-left corner of the rectangle. |
BottomRight | 8 | The bottom-right corner of the rectangle. |
AllCorners | 4294967295 | All the corners of the rectangle. |