Click or drag to resize

FontPickerValueBinding Property

Gets a new binding for the Value property.

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

Property Value

Type: BindableBindingFontPicker, Font
A new value binding.
See Also