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

ShapeTextParagraphFormat.LeftIndent Property

Gets or sets a paragraph’s left indent.

Namespace: DevExpress.Spreadsheet

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

Declaration

float LeftIndent { get; set; }

Property Value

Type Description
Single

A Single value representing the left indent in points.

Remarks

Use the ShapeTextParagraphFormat.FirstLineIndent property to specify the indent for the paragraph’s first line.

See Also