Property IsIndeterminate
IsIndeterminate
Gets or sets a value indicating whether the progress bar operates in an indeterminate state.
public virtual bool IsIndeterminate { get; set; }
Property Value
Remarks
When set to true, the progress bar displays a continuous animation to indicate ongoing activity without specifying the amount of progress completed. Setting this property to false returns the progress bar to its normal, determinate mode. Use the indeterminate state when the duration or progress of an operation cannot be determined.