TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationDeltaEventArgs Class / IsInertia Property

In This Topic
    IsInertia Property (ManipulationDeltaEventArgs)
    In This Topic
    Gets whether the C1TouchEventProvider.ManipulationDelta event occurs during inertia.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInertia As Boolean
    public bool IsInertia {get;}

    Property Value

    true if the C1TouchEventProvider.ManipulationDelta event occurs during inertia; otherwise, false.
    See Also