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


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

Reference

C1ListViewer Class
C1ListViewer Members