Click or drag to resize

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; }

Property Value

Type: Font
The font of the selection.
See Also