- 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["InputModifiers"]
class Type type-node
Syntax
[Flags, Obsolete("Use KeyModifiers and PointerPointProperties")]
public enum InputModifiers
Attributes
Type | Description |
---|---|
FlagsAttribute | |
ObsoleteAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
Alt | 1 |
static
|
Control | 2 |
static
|
LeftMouseButton | 16 |
static
|
MiddleMouseButton | 64 |
static
|
None | 0 |
static
|
RightMouseButton | 32 |
static
|
Shift | 4 |
static
|
Windows | 8 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|