ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / Zoom Property



In This Topic
    Zoom Property (C1ListViewerPanel)
    In This Topic
    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;}
    public:
    property C1ZoomUnit Zoom {
       C1ZoomUnit get();
       void set (    C1ZoomUnit value);
    }
    See Also