HtmlEdit.SelectedTextFontAttributes Property
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
public FontAttributes SelectedTextFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes. |
See Also