Skip to main content

TileControl.IsRightToLeft Property

Gets a value indicating whether the TileControl‘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)]
public bool IsRightToLeft { get; }

Property Value

Type Description
Boolean

true if the TileControl‘s elements are aligned to support locales using right-to-left fonts; otherwise, false.

See Also