ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DragDeltaEventArgs Class / CumulativeTranslation Property

In This Topic
    CumulativeTranslation Property (C1DragDeltaEventArgs)
    In This Topic
    Gets the accumulated translation.
    Syntax
    'Declaration
     
    Public ReadOnly Property CumulativeTranslation As Windows.Foundation.Point
    public Windows.Foundation.Point CumulativeTranslation {get;}
    See Also