Click or drag to resize

RichTextAreaSelectionFamily Property

Gets or sets the font family of the selected text or insertion point.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FontFamily SelectionFamily { get; set; }

Property Value

Type: FontFamily
The font family of the selected text.
See Also