HtmlEdit.SelectedTextDecorations Property
Gets or sets the TextDecorations applied to the selected/typed text. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public TextDecorations SelectedTextDecorations { get; set; }
Property Value
| Type | Description |
|---|---|
| TextDecorations | Defines whether the text is underlined, struck through, or neither. |
See Also