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

In This Topic
    CumulativeTranslation Property (C1ZoomCompletedEventArgs)
    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