Back to Devexpress

ControlBase.IsRightToLeft Property

windowsforms-devexpress-dot-utils-dot-controls-dot-controlbase-45b8617c.md

latest1.8 KB
Original Source

ControlBase.IsRightToLeft Property

Gets whether the ControlBase‘s visual elements are actually aligned to support locales using right-to-left fonts.

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

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 ControlBase‘s visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false.

|

Remarks

See the WindowsFormsSettings.RightToLeft property for details.

See Also

RightToLeft

ControlBase Class

ControlBase Members

DevExpress.Utils.Controls Namespace