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