Compartir a través de


ManipulationStateChangedEventArgs.CurrentState Propiedad

Definición

Obtiene el estado actual después del evento OnManipulationStateChanged .

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

Valor de propiedad

Int32

int

Valor que indica el estado actual. Para obtener una lista de los valores posibles, consulte el artículo currentState en la documentación del Modelo de objetos de documento (DOM) de Microsoft Edge en MSDN.

Se aplica a