ComponentOne FinancialChart for WPF
IsIndeterminate Property



C1.WPF Namespace > C1ProgressBar Class : IsIndeterminate Property
Gets or sets a value indicating whether the control is in the indeterminate state.
Syntax
'Declaration
 
Public Property IsIndeterminate As Boolean
'Usage
 
Dim instance As C1ProgressBar
Dim value As Boolean
 
instance.IsIndeterminate = value
 
value = instance.IsIndeterminate
public bool IsIndeterminate {get; set;}
public:
property bool IsIndeterminate {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members