Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[Browsable(false)]
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