NumericStepperMinValue 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 [DefaultValueAttribute(-1.79769313486232E+308)]
public double MinValue { get; set; }
<DefaultValueAttribute(-1.79769313486232E+308)>
Public Property MinValue As Double
Get
Set
[<DefaultValueAttribute(-1.79769313486232E+308)>]
member MinValue : float with get, set
Property Value
Type:
DoubleThe minimum value.
Remarks
Changing this will limit the current
Value of the control.
See Also