Back to Devexpress

TabFormControlBase.IsRightToLeft Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-d9c8d474.md

latest1.5 KB
Original Source

TabFormControlBase.IsRightToLeft Property

Gets or sets whether the control is actually aligned to support locales using right-to-left fonts.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool IsRightToLeft { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property IsRightToLeft As Boolean

Property Value

TypeDescription
Boolean

true if the control is actually aligned to support locales using right-to-left fonts; otherwise, false.

|

Remarks

See the WindowsFormsSettings.RightToLeft property for details.

See Also

RightToLeft

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace