Skip to main content
Row

ShapeTextParagraphFormat.RightIndent Property

Gets or sets a paragraph’s right indent.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float RightIndent { get; set; }

Property Value

Type Description
Single

A Single value representing the right indent in points.

Remarks

Use the ShapeTextParagraphFormat.FirstLineIndent property to specify the indent for the paragraph’s first line. The ShapeTextParagraphFormat.LeftIndent property allows you to specify the left indent for the whole paragraph.

See Also