Click or drag to resize

FontPicker Class

Control to show and pick a font.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class FontPicker : Control

The FontPicker type exposes the following members.

Constructors
  NameDescription
Public methodFontPicker
Initializes a new instance of the FontPicker class.
Public methodFontPicker(Font)
Initializes a new instance of the FontPicker class.
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the currently selected font.
Public propertyValueBinding
Gets a new binding for the Value property.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides ControlGetCallback.)
Protected methodOnValueChanged
Raises the ValueChanged event.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the Font is changed.
Top
Fields
  NameDescription
Public fieldStatic memberValueChangedEvent
Identifier for handlers when attaching the ValueChanged event.
Top
See Also