HtmlEdit.SelectedTextFontAttributes Property
In This Article
Gets or sets the font attributes 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 FontAttributes SelectedTextFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The font attributes. |
See Also