Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1DragDeltaEventArgs Class / IsInertial Property

In This Topic
    IsInertial Property (C1DragDeltaEventArgs)
    In This Topic
    Gets a value indicating whether this event is raised because of a direct manipulation or is inertial.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInertial As Boolean
    public bool IsInertial {get;}
    See Also