RichTextAreaSelectionFont 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 public Font SelectionFont { get; set; }
Public Property SelectionFont As Font
Get
Set
member SelectionFont : Font with get, set
Property Value
Type:
FontThe font of the selection.
See Also