- Namespace
- Avalonia
.Input - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["StandardCursorType"]
class Type type-node
Syntax
public enum StandardCursorType
Fields
Name | Constant Value | Summary |
---|---|---|
AppStarting | 10 |
static
|
Arrow | 0 |
static
|
BottomLeftCorner | 18 |
static
|
BottomRightCorner | 19 |
static
|
BottomSide | 13 |
static
|
BottomSize | 13 |
static
|
Cross | 3 |
static
|
DragCopy | 21 |
static
|
DragLink | 22 |
static
|
DragMove | 20 |
static
|
Hand | 9 |
static
|
Help | 11 |
static
|
Ibeam | 1 |
static
|
LeftSide | 14 |
static
|
No | 8 |
static
|
None | 23 |
static
|
RightSide | 15 |
static
|
SizeAll | 7 |
static
|
SizeNorthSouth | 6 |
static
|
SizeWestEast | 5 |
static
|
TopLeftCorner | 16 |
static
|
TopRightCorner | 17 |
static
|
TopSide | 12 |
static
|
UpArrow | 4 |
static
|
Wait | 2 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|