| 
ListStyle
ListType Property
  | 
 Returns or sets list type
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ListType ListType { get; set; }
 
Public Property ListType As ListType
	Get
	Set
 
public:
property ListType ListType {
	ListType get ();
	void set (ListType value);
}
 
member ListType : ListType with get, set
 
 
 
Property Value
 
 Type:
 
ListType
 
 
 See Also
See Also