Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeTextParagraphFormat.IndentLevel Property

Gets or sets the indent level of a bulleted list item.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int IndentLevel { get; set; }

Property Value

Type Description
Int32

An integer from 0 to 8 that is the paragraph’s indent level.

Remarks

The IndentLevel property defines an indent level for a paragraph in a bulleted list. The maximum indent level is 8. The 0 indent level indicates a paragraph with no indentation.

Use the ShapeTextParagraphFormat.LeftIndent and ShapeTextParagraphFormat.FirstLineIndent properties to specify an indentation to a regular paragraph.

See Also