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

ShapeTextParagraphFormat.Alignment Property

Gets or sets the alignment of a shape text paragraph.

Namespace: DevExpress.Spreadsheet

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

Declaration

ShapeTextParagraphAlignment Alignment { get; set; }

Property Value

Type Description
ShapeTextParagraphAlignment

One of the ShapeTextParagraphAlignment enumeration values indicating the paragraph alignment.

Remarks

The Alignment property specifies the alignment for a current shape text range only. Use the ShapeText.VerticalAnchor and ShapeText.HorizontalAnchor properties to define the alignment of a whole shape text.

See Also