Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.02 KB

itextparagraphformat_listlevelindex.md

File metadata and controls

32 lines (24 loc) · 1.02 KB
-api-id -api-type
P:Microsoft.UI.Text.ITextParagraphFormat.ListLevelIndex
winrt property

Microsoft.UI.Text.ITextParagraphFormat.ListLevelIndex

-description

Gets or sets the list level index used with paragraphs.

-property-value

The list level index. It can be a value of 0 or higher, as described in the following table.

ValueMeaning
0No list.
1First-level (outermost) list.
2Second-level (nested) list. This is nested under a level 1 list item.
3Third-level (nested) list. This is nested under a level 2 list item.
And so onNesting continues similarly.

Up to three levels are common in HTML documents.

-remarks

Setting the list level index doesn't automatically change a list's indentation and other paragraph properties.

-examples

-see-also