Class RichTextListType
Specifies the list type of a block of text.
Inheritance
System.Object
RichTextListType
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public sealed class RichTextListType : Enum
Fields
Bulleting
The text block is a part of a bulleted list.
Declaration
public const RichTextListType Bulleting
Field Value
RichTextListType
|
None
The text block is not a part of a list.
Declaration
public const RichTextListType None
Field Value
RichTextListType
|
Numbering
The text block is a part of a numbered list.
Declaration
public const RichTextListType Numbering
Field Value
RichTextListType
|
value__
Declaration
public int value__
Field Value
System.Int32
|