ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1DragInertiaStartedEventArgs
    Dim value As Point
     
    value = instance.Velocity
    public Point Velocity {get;}
    public:
    property Point Velocity {
       Point get();
    }
    See Also