Click or drag to resize

FontPicker.ValueBinding 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: BindableBinding<FontPicker, Font>
A new value binding.
See Also