Core Library for WPF | ComponentOne
C1.WPF.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 Point
    public Point CumulativeTranslation {get;}
    See Also