Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ProgressBar Class / IsIndeterminate Property

In This Topic
    IsIndeterminate Property (C1ProgressBar)
    In This Topic
    Gets or sets a value indicating whether the control is in the indeterminate state.
    Syntax
    'Declaration
     
    
    Public Property IsIndeterminate As Boolean
    public bool IsIndeterminate {get; set;}
    See Also