ProgressBarIHandlerMinValue Property |
Gets or sets the minimum value of the progress that represents 0% complete. The default is 0.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax int MinValue { get; set; }
Property MinValue As Integer
Get
Set
abstract MinValue : int with get, set
Property Value
Type:
Int32The minimum value.
See Also