TextOptions.RightToLeft Property
Gets or sets whether the text is directed from right to left.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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 |
|
| TextOptions |
|
| TextOptions |
|
| TextOptions |
|
| TextOptions |
|
See Also