Enum ListItemType
Specifies the type of the list item.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public enum ListItemType
Fields
Name | |
---|---|
_1 | Default. Associate numbers with each item in an ordered list. |
a | Associate uppercase letters with each item in an ordered list. |
A | |
circle | Associate a hollow circle with each item in an unordered list. |
disc | Associate a solid disc with each item in an unordered list. |
i | Associate large Roman numerals with each item in an ordered list. |
I | |
square | Associate a solid square with each item in an unordered list. |