ComponentOne Basic Library for WPF and Silverlight
MaxZoom Property (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : MaxZoom Property
Gets or sets the maximum zoom available.
Syntax
'Declaration
 
Public Property MaxZoom As System.Double
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Double
 
instance.MaxZoom = value
 
value = instance.MaxZoom
public System.double MaxZoom {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members