FontPicker Class |
Namespace: Eto.Forms
The FontPicker type exposes the following members.
Name | Description | |
---|---|---|
FontPicker |
Initializes a new instance of the FontPicker class.
| |
FontPicker(Font) |
Initializes a new instance of the FontPicker class.
|
Name | Description | |
---|---|---|
Value |
Gets or sets the currently selected font.
| |
ValueBinding |
Gets a new binding for the Value property.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides ControlGetCallback.) | |
OnValueChanged |
Raises the ValueChanged event.
|
Name | Description | |
---|---|---|
ValueChanged |
Occurs when the Font is changed.
|
Name | Description | |
---|---|---|
ValueChangedEvent |
Identifier for handlers when attaching the ValueChanged event.
|