WindowsFormsSettings.GetRightToLeft(Control) Method
Returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public static RightToLeft GetRightToLeft(
Control control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control object. |
#Returns
Type | Description |
---|---|
Right |
A System. |
#Remarks
The static WindowsFormsSettings.RightToLeft property of the DefaultBoolean type specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The GetRightToLeft method is a helper method that returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts.