Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ZoomCompletedEventArgs Class / CumulativeScale Property

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