Back to Devexpress

WindowsFormsSettings.GetIsRightToLeftLayout(Boolean) Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-getisrighttoleftlayout-x28-system-dot-boolean-x29.md

latest1.9 KB
Original Source

WindowsFormsSettings.GetIsRightToLeftLayout(Boolean) Method

Returns a Boolean value that indicates whether right-to-left mirror placement is turned on. 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 GetIsRightToLeftLayout(
    bool rightToLeft
)
vb
Public Shared Function GetIsRightToLeftLayout(
    rightToLeft As Boolean
) As Boolean

Parameters

NameTypeDescription
rightToLeftBoolean

A default Boolean value that is returned if the WindowsFormsSettings.RightToLeftLayout property equals Default.

|

Returns

TypeDescription
Boolean

A Boolean value that indicates whether right-to-left mirror placement is turned on.

|

See Also

RightToLeftLayout

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace