RichTextAreaSelectionTypeface Property |
Gets or sets the font typeface of the selected text or insertion point.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic FontTypeface SelectionTypeface { get; set; }Public Property SelectionTypeface As FontTypeface
Get
Set
member SelectionTypeface : FontTypeface with get, set
Property Value
Type:
FontTypefaceThe font typeface of the selected text.
See Also