HtmlEdit.SelectedTextDecorations Property
In This Article
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
C#
public TextDecorations SelectedTextDecorations { get; set; }
#Property Value
Type | Description |
---|---|
Text |
Defines whether the text is underlined, struck through, or neither. |
See Also