Back to Devexpress

HtmlEdit.SelectedTextDecorations Property

maui-devexpress-dot-maui-dot-htmleditor-dot-htmledit-496ba4d4.md

latest998 B
Original Source

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

csharp
public TextDecorations SelectedTextDecorations { get; set; }

Property Value

TypeDescription
TextDecorations

Defines whether the text is underlined, struck through, or neither.

|

See Also

HtmlEdit Class

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace