CursorDirection Enumeration
Beta
Enum for Cursor Direction
Members
| Name |
Value |
Description |
| None |
0 |
|
| Top |
CursorDirectionParts.Top |
|
| Left |
CursorDirectionParts.Left |
|
| Right |
CursorDirectionParts.Right |
|
| Bottom |
CursorDirectionParts.Bottom |
|
| TopLeft |
CursorDirectionParts.Top | CursorDirectionParts.Left |
|
| TopRight |
CursorDirectionParts.Top | CursorDirectionParts.Right |
|
| BottomLeft |
CursorDirectionParts.Bottom | CursorDirectionParts.Left |
|
| BottomRight |
CursorDirectionParts.Bottom | CursorDirectionParts.Right |
|
Defined in
Last Updated:
08 January, 2020