Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReadOnlyTableCellBorderProperties.TextDirection Property

Gets the text direction within the cell related to the current table cell border.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

public TextDirection? TextDirection { get; }

#Property Value

Type Description
Nullable<TextDirection>

An enumeration value that indicates the text direction or null if the direction is not set.

Available values:

Name Description
Horizontal

Content flows horizontally from left to right. The first line is at the top. (lr-tb)

Downward

Content is rotated 90 degrees to the right and flows from top to bottom. The first line is on the right. (tb-rl)

VerticalRotatedFarEast

Content flows from top to bottom, the first line is on the left. East Asian characters appear vertical, other content is rotated 90 degrees to the right. (tb-lr-v)

Upward

Content is rotated 90 degrees to the left and flows from bottom to top. The first line is on the left. (bt-lr)

HorizontalRotatedFarEast

East Asian characters are rotated 90 degrees to the left, other content is arranged horizontally (lr-tb-v).

VerticalFarEast

Content flows from top to bottom, the first line is on the right. East Asian characters appear vertical. Other content is rotated 90 degrees to the right. (tb-rl-v)

See Also