ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / ActualZoom Property



In This Topic
    ActualZoom Property (C1ListViewer)
    In This Topic
    Gets the actual zoom.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualZoom As Double
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Double
     
    value = instance.ActualZoom
    public double ActualZoom {get;}
    public:
    property double ActualZoom {
       double get();
    }
    See Also