Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragInertiaStartedEventArgs Class / Velocity Property

In This Topic
    Velocity Property (C1DragInertiaStartedEventArgs)
    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