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

ShapeTextParagraphFormat.RightIndent Property

Gets or sets a paragraph’s right indent.

Namespace: DevExpress.Spreadsheet

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

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