ManipulationCompletedEventArgs.IsInertial Propiedad

Definición

Obtiene un valor que indica si el evento ManipulationCompleted se produce durante inercia.

public:
 property bool IsInertial { bool get(); };
public bool IsInertial { get; }
member this.IsInertial : bool
Public ReadOnly Property IsInertial As Boolean

Valor de propiedad

Es true si el evento ManipulationCompleted se produce durante la inercia; es false si el evento se produce mientras el usuario tiene contacto con UIElement.

Se aplica a