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; }
Public ReadOnly Property ValueBinding As BindableBinding(Of FontPicker, Font)
Get
member ValueBinding : BindableBinding<FontPicker, Font> with get
Property Value
Type:
BindableBindingFontPicker,
FontA new value binding.
See Also