Table of Contents

Property IsIndeterminate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.