ShapeTextParagraphFormat.ReadingOrder Property
In This Article
Gets or sets the shape text paragraph’s reading order.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextReadingOrderType ReadingOrder { get; set; }
#Property Value
Type | Description |
---|---|
Shape |
One of the Shape |
Available values:
Name | Description |
---|---|
Left |
Specifies that the reading order is left-to-right. |
Right |
Specifies that the reading order is right-to-left. |
#Remarks
Note
The Reading
See Also