Skip to main content

TextOptions.RightToLeft Property

Gets or sets whether the text is directed from right to left.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true if the text is directed from right to left; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RightToLeft
AppearanceObject
.TextOptions .RightToLeft
TextOptions
.DefaultOptions .RightToLeft
TextOptions
TextOptions
.DefaultOptionsMultiLine .RightToLeft
TextOptions
.DefaultOptionsNoWrap .RightToLeft
TextOptions
.DefaultOptionsNoWrapEx .RightToLeft
See Also