Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1DragDeltaEventArgs Class / Velocities Property


In This Topic
    Velocities Property
    In This Topic
    Gets the velocity of the inertia.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Velocities As C1Point
    'Usage
     
    
    Dim instance As C1DragDeltaEventArgs
    Dim value As C1Point
     
    value = instance.Velocities
    public C1Point Velocities {get;}
    See Also