Click or drag to resize

NumericStepperValueBinding Property

Gets the binding for the Value property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<NumericStepper, double> ValueBinding { get; }

Property Value

Type: BindableBindingNumericStepper, Double
The value binding.
See Also