ProgressBarMaxValue 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 [DefaultValueAttribute(100)]
public int MaxValue { get; set; }
<DefaultValueAttribute(100)>
Public Property MaxValue As Integer
Get
Set
[<DefaultValueAttribute(100)>]
member MaxValue : int with get, set
Property Value
Type:
Int32The maximum value.
See Also