ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ZoomDeltaEventArgs Class / DeltaTranslation Property

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