ComponentOne FinancialChart for WPF
IsZooming Property



C1.WPF Namespace > C1ListViewer Class : IsZooming Property
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

Reference

C1ListViewer Class
C1ListViewer Members