Click or drag to resize

ProgressBarIHandlerMaxValue Property

Gets or sets the value of the progress bar that represents 100% complete. The default is 100.

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

Property Value

Type: Int32
The maximum value.
See Also