Share via


ManipulationCompletedEventArgs.IsInertial 속성

정의

무활동 중 ManipulationCompleted 이벤트가 발생하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

활동이 없는 동안 ManipulationCompleted 이벤트가 발생하면 true이고, 사용자가 UIElement에 연결되어 있는 동안 이벤트가 발생하면 false입니다.

적용 대상