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