StandardCursorType Enumeration
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum StandardCursorType
Public Enumeration StandardCursorType
type StandardCursorType
Members
Arrow | 0 | |
Ibeam | 1 | |
Wait | 2 | |
Cross | 3 | |
UpArrow | 4 | |
SizeWestEast | 5 | |
SizeNorthSouth | 6 | |
SizeAll | 7 | |
No | 8 | |
Hand | 9 | |
AppStarting | 10 | |
Help | 11 | |
TopSide | 12 | |
BottomSide | 13 | |
LeftSide | 14 | |
RightSide | 15 | |
TopLeftCorner | 16 | |
TopRightCorner | 17 | |
BottomLeftCorner | 18 | |
BottomRightCorner | 19 | |
DragMove | 20 | |
DragCopy | 21 | |
DragLink | 22 | |
None | 23 |