
Gets or sets the type and the formatting attributes of a bulleted or numbered list. The property value is an object of the type ListFormat. For more information see the description of the ListFormat class.
[C#]
public ListFormat ListFormat { get; set; }
[Visual Basic]
Public Property ListFormat() As ListFormat