Enum
RichTextDecorations

Specifies the decorations of a span of text.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum RichTextDecorations

Fields

None

The text has no decorations.

Declaration

cs-api-definition
None = 0

Field Value

RichTextDecorations

Strikethrough

The text is striked through.

Declaration

cs-api-definition
Strikethrough = 2

Field Value

RichTextDecorations

Underline

The text is underlined.

Declaration

cs-api-definition
Underline = 1

Field Value

RichTextDecorations

In this article
DefinitionFieldsNoneStrikethroughUnderline
Not finding the help you need?
Contact Support