Enum ListType
Specifies the types of lists that can be applied to the paragraph.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum ListType : sbyte
Fields
| Name | Description |
|---|---|
| Bulleted | Specifies the ListType is bulleted |
| None | Specifies the ListType is none |
| NotDefined | Specifies the ListType is not defined |
| Numbered | Specifies the ListType is numbered |
| Picture | Specifies the ListType is picture |