HtmlEdit.SelectedTextFontSize Property
Gets or sets the font size 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 HtmlFontSize SelectedTextFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| HtmlFontSize | The font size. |
See Also