Click or drag to resize

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; }

Property Value

Type: BindableBindingColorPicker, Color
The value binding.
See Also