Paragraph.ListLevel Property

Definition

Gets or sets a value that indicates the numbering style and/or indentation level.

public:
 property int ListLevel { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(0)]
public int ListLevel { get; set; }
[<System.ComponentModel.DefaultValue(0)>]
member this.ListLevel : int with get, set
Public Property ListLevel As Integer

Property Value

An int value.

Attributes

Applies to