Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationCompletedEventArgs Class / IsInertial Property


In This Topic
    IsInertial Property (ManipulationCompletedEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInertial As Boolean
    'Usage
     
    
    Dim instance As ManipulationCompletedEventArgs
    Dim value As Boolean
     
    value = instance.IsInertial
    public bool IsInertial {get;}
    See Also