Back to Devexpress

WindowsFormsSettings.GetIsRightToLeft(RightToLeft) Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-getisrighttoleft-x28-system-dot-windows-dot-forms-dot-righttoleft-x29.md

latest2.0 KB
Original Source

WindowsFormsSettings.GetIsRightToLeft(RightToLeft) Method

Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static bool GetIsRightToLeft(
    RightToLeft rightToLeft
)
vb
Public Shared Function GetIsRightToLeft(
    rightToLeft As RightToLeft
) As Boolean

Parameters

NameTypeDescription
rightToLeftRightToLeft

A RightToLeft enumeration value that specifies the default behavior that is used if the WindowsFormsSettings.RightToLeft property equals Default.

|

Returns

TypeDescription
Boolean

true if DevExpress controls are aligned to support locales using right-to-left fonts; otherwise, false.

|

See Also

GetRightToLeft

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace