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