ProgressBarIsIndeterminate Property

Gets or sets a value indicating whether the progress bar shows the actual value or a generic, continues progress indicator (indeterminate state).

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsIndeterminate { get; set; }

Property Value

Boolean

See Also