ManipulationCompletedEventArgs.IsInertial Propriedade

Definição

Obtém um valor que indica se o ManipulationCompleted evento ocorre durante a inércia.

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

Valor de Propriedade

true se o ManipulationCompleted evento ocorrer durante a inércia; false se o evento ocorrer enquanto o utilizador tem contacto com o UIElement.

Aplica-se a