NumericStepperIHandlerIncrement Property  | 
 
            Gets or sets the value to increment when the user clicks on the stepper buttons.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxdouble Increment { get; set; }Property Increment As Double
	Get
	Set
abstract Increment : float with get, set
Property Value
Type: 
DoubleThe step increment.
See Also