Compartir a través de


ManipulationDeltaRoutedEventArgs.IsInertial Propiedad

Definición

Obtiene si el evento ManipulationDelta se produce durante la inercia.

public:
 property bool IsInertial { bool get(); };
bool IsInertial();
public bool IsInertial { get; }
var boolean = manipulationDeltaRoutedEventArgs.isInertial;
Public ReadOnly Property IsInertial As Boolean

Valor de propiedad

Boolean

bool

true si el evento ManipulationDelta se produce durante la inercia; false si el evento se produce mientras el dispositivo de entrada del usuario tiene contacto con el elemento .

Se aplica a