ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.Foundation.Point
    public Windows.Foundation.Point Velocity {get;}
    See Also