Back to Devexpress

XRLabel.RightToLeft Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrlabel-373a3305.md

latest1.9 KB
Original Source

XRLabel.RightToLeft Property

Specifies the orientation of the XRLabel‘s content.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }
vb
<Browsable(True)>
Public Overrides Property RightToLeft As RightToLeft

Property Value

TypeDescription
RightToLeft

A RightToLeft enumeration value.

|

Available values:

NameDescription
No

The right-to-left feature is disabled.

| | Yes |

The right-to-left feature is enabled.

| | Inherit |

The right-to-left state is obtained from the control’s parent container.

|

Remarks

The following images illustrate the RightToLeft property in action.

RightToLeft = falseRightToLeft = true

See Also

Right-To-Left Support

XRLabel Class

XRLabel Members

DevExpress.XtraReports.UI Namespace