ComponentOne Basic Library for WPF and Silverlight
Zoom Property (C1ListViewerPanel)


C1.Silverlight Namespace > C1ListViewerPanel Class : Zoom Property
Gets or sets the zoom applied in this panel.
Syntax
'Declaration
 
Public Property Zoom As C1ZoomUnit
'Usage
 
Dim instance As C1ListViewerPanel
Dim value As C1ZoomUnit
 
instance.Zoom = value
 
value = instance.Zoom
public C1ZoomUnit Zoom {get; set;}
See Also

Reference

C1ListViewerPanel Class
C1ListViewerPanel Members