Specifies the formatting of a block of text.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RichTextFormatting
Fields
The text block is a heading at level 1.
C#
Heading1 = 2
The text block is a heading at level 2.
C#
Heading2 = 3
The text block is a heading at level 3.
C#
Heading3 = 4
The text block is a heading at level 4.
C#
Heading4 = 5
The text block is a heading at level 5.
C#
Heading5 = 6
The text block is a heading at level 6.
C#
Heading6 = 7
The text block is a paragraph.
C#
Paragraph = 0
The text block is a quotation.
C#
Quotation = 1