RichTextAreaIHandlerSelectionFont Property |
Gets or sets the font of the selected text or insertion point.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Font SelectionFont { get; set; }
Property SelectionFont As Font
Get
Set
abstract SelectionFont : Font with get, set
Property Value
Type:
FontThe font of the selection.
See Also