ManipulationStateChangedEventArgs.LastState プロパティ

定義

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

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

プロパティ値

Int32

int

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

適用対象