Back to Devexpress

TileControl.IsRightToLeft Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-adcf151e.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsRightToLeft { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsRightToLeft As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace