ManipulationCompletedEventArgs.IsInertial Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um valor que indica se o evento ManipulationCompleted ocorre durante a inercia.
public:
property bool IsInertial { bool get(); };
public bool IsInertial { get; }
member this.IsInertial : bool
Public ReadOnly Property IsInertial As Boolean
Valor da propriedade
true se o evento ManipulationCompleted ocorrer durante a inércia; false se o evento ocorrer quando o usuário tiver contato com o UIElement.