RichTextAreaIHandlerSelectionFamily 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 FontFamily SelectionFamily { get; set; }
Property SelectionFamily As FontFamily
Get
Set
abstract SelectionFamily : FontFamily with get, set
Property Value
Type:
FontFamilyThe font family of the selected text.
See Also