Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1DragDeltaEventArgs Class / DeltaTranslation Property

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