Property IsIndeterminate
IsIndeterminate
Gets or sets whether the ProgressBar shows actual values or generic, continuous progress feedback.
public virtual bool IsIndeterminate { get; set; }
Property Value
- bool
false if the ProgressBar shows actual values; true if the ProgressBar shows generic progress. The default is false.