ColorPickerValueBinding Property |
Gets a binding to the
Value property.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<ColorPicker, Color> ValueBinding { get; }
Public ReadOnly Property ValueBinding As BindableBinding(Of ColorPicker, Color)
Get
member ValueBinding : BindableBinding<ColorPicker, Color> with get
Property Value
Type:
BindableBindingColorPicker,
ColorThe value binding.
See Also