ManipulationStateChangedEventArgs.CurrentState プロパティ

定義

OnManipulationStateChanged イベントの後の現在の状態を取得します。

public:
 property int CurrentState { int get(); };
int CurrentState();
public int CurrentState { get; }
var int32 = manipulationStateChangedEventArgs.currentState;
Public ReadOnly Property CurrentState As Integer

プロパティ値

Int32

int

現在の状態を示す 値。 使用可能な値の一覧については、MSDN の Microsoft Edge ドキュメント オブジェクト モデル (DOM) ドキュメントの currentState に関する記事を参照してください。

適用対象