EdgeGestureKind Enum

Definition

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

Keyboard 1

The user entered the Win+Z key sequence on the keyboard.

Mouse 2

The user performed a right mouse click.

Touch 0

The user made a swipe gesture on a touch-enabled screen.

Remarks

These values are used in the EdgeGestureEventArgs.kind property.

Applies to