Click or drag to resize

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 Value

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