Back to Devexpress

ParagraphProperties.ListIndentLevel Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-paragraphproperties-2eb629a5.md

latest1.2 KB
Original Source

ParagraphProperties.ListIndentLevel Property

Gets or sets the indent level for the paragraph in a list.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public int? ListIndentLevel { get; set; }
vb
Public Property ListIndentLevel As Integer?

Property Value

TypeDescription
Nullable<Int32>

The indent level for the paragraph.

|

See Also

ParagraphProperties Class

ParagraphProperties Members

DevExpress.Docs.Presentation Namespace