RichTextListType
Enum
Specifies the list type of a block of text.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RichTextListType
Fields
The text block is a part of a bulleted list.
C#
Bulleting = 1
The text block is not a part of a list.
C#
None = 0
The text block is a part of a numbered list.
C#
Numbering = 2