NumericStepperIHandlerMinValue Property |
Gets or sets the minimum value that can be entered.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax double MinValue { get; set; }
Property MinValue As Double
Get
Set
abstract MinValue : float with get, set
Property Value
Type:
DoubleThe minimum value.
Remarks
Changing this will limit the current
Value of the control.
See Also