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 Indeterminate As Boolean
Get
Set
abstract Indeterminate : bool with get, set
Property Value
Type:
Booleantrue 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