Class ListType
Specifies the list type.
Inheritance
System.Object
ListType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class ListType : Enum
Fields
Bullet
Bullet list type.
Declaration
public const ListType Bullet
Field Value
Type |
---|
ListType |
None
None list type.
Declaration
public const ListType None
Field Value
Type |
---|
ListType |
Numbering
Numbering list type.
Declaration
public const ListType Numbering
Field Value
Type |
---|
ListType |
OutlineNumbering
Outline numbering list type.
Declaration
public const ListType OutlineNumbering
Field Value
Type |
---|
ListType |