次の方法で共有


SwipeGestureRecognizer.Direction プロパティ

定義

認識するスワイプの方向を取得または設定します。

public:
 property Microsoft::Maui::SwipeDirection Direction { Microsoft::Maui::SwipeDirection get(); void set(Microsoft::Maui::SwipeDirection value); };
public Microsoft.Maui.SwipeDirection Direction { get; set; }
member this.Direction : Microsoft.Maui.SwipeDirection with get, set
Public Property Direction As SwipeDirection

プロパティ値

認識するスワイプの方向。

適用対象