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

ShapeTextParagraphFormat.FirstLineIndent Property

Gets or sets the indent for the first line in a paragraph.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

float FirstLineIndent { get; set; }

Property Value

Type Description
Single

A Single value representing the left indent in points.

Remarks

Use the ShapeTextParagraphFormat.LeftIndent or ShapeTextParagraphFormat.RightIndent property to specify the left or right indent for the whole paragraph.

See Also