Click or drag to resize

ProgressBarIHandlerIndeterminate Property

Gets or sets a value indicating whether the progress is indeterminate

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Indeterminate { get; set; }

Property Value

Type: Boolean
true if indeterminate; otherwise, false.
Remarks
When indeterminate is true, the MaxValue/MinValue/Value are ignored and will typically show in a continuous style.
See Also