Version

ListLevel Property

Specifies the 0-based level of the item in the bulleted or numbered list that this paragraph represents. Default value is -1, which is resolved to 0.
Syntax
'Declaration
 
Public Property ListLevel As Integer
public int ListLevel {get; set;}
Remarks

ListLevel property controls the level at which the paragraph appears in the bulleted or numbered list. The values are 0-based where the left-most level is 0 level. To control the appearance and formatting of the bullets or numbers, set the associated (association is made via the ListId property) RichTextList's ListStyleId to refer to a ListStyle in the root node's DocumentRootNode.Styles collection that provides bullets and/or numbers with desired formats. You can either create a custom ListStyle or use one of the built-in styles exposed via the AvailableStyles. If you do use on the the built-in style id's, make sure to add the built-in ListStyle to the root node's Styles collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also