FontPicker Constructor (Font) |
Initializes a new instance of the
FontPicker class.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public FontPicker(
Font font
)
Public Sub New (
font As Font
)
new :
font : Font -> FontPicker
Parameters
- font
- Type: Eto.DrawingFont
Font to set as the current value..
See Also