Gets or sets the maximum value that can be set by the user.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int MaxValue { get; set; }
Public Property MaxValue As Integer
Get
Set
member MaxValue : int with get, set
Property Value
Type:
Int32The maximum value.
See Also