Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1DragCompletedEventArgs Class / CumulativeTranslation Property


In This Topic
    CumulativeTranslation Property (C1DragCompletedEventArgs)
    In This Topic
    Gets the accumulated translation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CumulativeTranslation As C1Point
    'Usage
     
    
    Dim instance As C1DragCompletedEventArgs
    Dim value As C1Point
     
    value = instance.CumulativeTranslation
    public C1Point CumulativeTranslation {get;}
    See Also