Class RichTextDecorations
Specifies the decorations of a span of text.
Inheritance
System.Object
RichTextDecorations
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class RichTextDecorations : Enum
Fields
None
The text has no decorations.
Declaration
public const RichTextDecorations None
Field Value
Strikethrough
The text is striked through.
Declaration
public const RichTextDecorations Strikethrough
Field Value
Underline
The text is underlined.
Declaration
public const RichTextDecorations Underline
Field Value
value__
Declaration
public int value__
Field Value
System.
|