IsIndeterminate 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)
- C#
- VB
- F#
public bool IsIndeterminate { get; set; }
Public Property IsIndeterminate As Boolean
Get
Set
member IsIndeterminate : bool with get, set