Class ListType
Specifies the types of lists that can be applied to the paragraph.
Inheritance
System.Object
ListType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class ListType : Enum
Fields
Bulleted
Specifies the ListType is bulleted
Declaration
public const ListType Bulleted
Field Value
Type |
---|
ListType |
None
Specifies the ListType is none
Declaration
public const ListType None
Field Value
Type |
---|
ListType |
NotDefined
Specifies the ListType is not defined
Declaration
public const ListType NotDefined
Field Value
Type |
---|
ListType |
Numbered
Specifies the ListType is numbered
Declaration
public const ListType Numbered
Field Value
Type |
---|
ListType |
Picture
Specifies the ListType is picture
Declaration
public const ListType Picture
Field Value
Type |
---|
ListType |