Skip to main content
Row

ShapeTextParagraphFormat.FirstLineIndent Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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