EdgeGestureKind 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.
Specifies the type of user input that triggered the edge gesture event.
public enum class EdgeGestureKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EdgeGestureKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EdgeGestureKind
var value = Windows.UI.Input.EdgeGestureKind.touch
Public Enum EdgeGestureKind
- Inheritance
-
EdgeGestureKind
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Touch | 0 | The user made a swipe gesture on a touch-enabled screen. |
Keyboard | 1 | The user entered the Win+Z key sequence on the keyboard. |
Mouse | 2 | The user performed a right mouse click. |
Remarks
These values are used in the EdgeGestureEventArgs.kind property.