Click or drag to resize

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 Value

Type: Double
The minimum value.
Remarks
Changing this will limit the current Value of the control.
See Also