共用方式為


EdgeGestureEventArgs.Kind 屬性

定義

取得觸發邊緣手勢事件的使用者輸入類型。

public:
 property EdgeGestureKind Kind { EdgeGestureKind get(); };
EdgeGestureKind Kind();
public EdgeGestureKind Kind { get; }
var edgeGestureKind = edgeGestureEventArgs.kind;
Public ReadOnly Property Kind As EdgeGestureKind

屬性值

使用者輸入類型。

適用於