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


In This Topic
    DeltaTranslation Property
    In This Topic
    Gets the delta translation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeltaTranslation As C1Point
    'Usage
     
    
    Dim instance As C1DragDeltaEventArgs
    Dim value As C1Point
     
    value = instance.DeltaTranslation
    public C1Point DeltaTranslation {get;}
    See Also