ComponentOne Basic Library for WPF and Silverlight
CumulativeScale Property (C1ZoomCompletedEventArgs)


C1.WPF Namespace > C1ZoomCompletedEventArgs Class : CumulativeScale Property
Gets the accumulated scale.
Syntax
'Declaration
 
Public Property CumulativeScale As System.Windows.Point
'Usage
 
Dim instance As C1ZoomCompletedEventArgs
Dim value As System.Windows.Point
 
instance.CumulativeScale = value
 
value = instance.CumulativeScale
public System.Windows.Point CumulativeScale {get; set;}
See Also

Reference

C1ZoomCompletedEventArgs Class
C1ZoomCompletedEventArgs Members