Click or drag to resize

NumericStepperIHandlerValue Property

Gets or sets the value.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
double Value { get; set; }

Property Value

Type: Double
The value.
Remarks
The value will be limited to a value between the MinValue and MaxValue.
See Also