Back to Devexpress

WindowsFormsSettings.GetRightToLeft(RightToLeft) Method

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

latest2.1 KB
Original Source

WindowsFormsSettings.GetRightToLeft(RightToLeft) Method

Returns a RightToLeft enumeration 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 RightToLeft GetRightToLeft(
    RightToLeft rightToLeft
)
vb
Public Shared Function GetRightToLeft(
    rightToLeft As RightToLeft
) As RightToLeft

Parameters

NameTypeDescription
rightToLeftRightToLeft

A default System.Windows.Forms.RightToLeft enumeration value that is returned if the WindowsFormsSettings.RightToLeft property equals Default.

|

Returns

TypeDescription
RightToLeft

A System.Windows.Forms.RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts.

|

See Also

RightToLeft

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace