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; }
Public ReadOnly Property ValueBinding As BindableBinding(Of NumericStepper, Double)
Get
member ValueBinding : BindableBinding<NumericStepper, float> with get
Property Value
Type:
BindableBindingNumericStepper,
DoubleThe value binding.
See Also