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



In This Topic
    IsZooming Property
    In This Topic
    Gets a value indicating whether this list is zooming.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsZooming As Boolean
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Boolean
     
    value = instance.IsZooming
    public bool IsZooming {get;}
    public:
    property bool IsZooming {
       bool get();
    }
    See Also