Skip to main content

LabelControl.RightToLeft Property

Gets or sets a value indicating whether control’s elements are aligned to support locales using right-to-left fonts.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
RightToLeft

One of the RightToLeft values.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also