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