Specifies the decorations of a span of text.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
[Flags]
public enum RichTextDecorations
Fields
The text has no decorations.
C#
None = 0
The text is striked through.
C#
Strikethrough = 2
The text is underlined.
C#
Underline = 1