共用方式為


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 文章。

適用於