ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressBar Class / IsIndeterminate Property



In This Topic
    IsIndeterminate Property
    In This Topic
    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