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

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