HtmlEdit.SelectedTextFontFamily Property
In This Article
Gets or sets the font family of the text that is selected/typed text. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public string SelectedTextFontFamily { get; set; }
#Property Value
Type | Description |
---|---|
String | The font family. |
See Also