ManipulationStartingEventArgs.Mode プロパティ

定義

使用可能な操作の種類を取得または設定します。

public:
 property System::Windows::Input::ManipulationModes Mode { System::Windows::Input::ManipulationModes get(); void set(System::Windows::Input::ManipulationModes value); };
public System.Windows.Input.ManipulationModes Mode { get; set; }
member this.Mode : System.Windows.Input.ManipulationModes with get, set
Public Property Mode As ManipulationModes

プロパティ値

列挙値の 1 つ。 既定値は、All です。

例外

プロパティが ManipulationModes 列挙値の 1 つまたは複数の値以外に設定されています。

注釈

操作の詳細については、「 入力の概要」を参照してください。 操作に応答するアプリケーションの例については、「 チュートリアル: 初めてのタッチ アプリケーションの作成」を参照してください。

適用対象