Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragInertiaStartedEventArgs Class / Velocity Property

In This Topic
    Velocity Property
    In This Topic
    Gets the velocity of the gesture before the inertia started.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Velocity As Point
    public Point Velocity {get;}
    See Also