NumericStepperIncrement 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
Syntax public double Increment { get; set; }
Public Property Increment As Double
Get
Set
member Increment : float with get, set
Property Value
Type:
DoubleThe step increment.
See Also