RightToLeft
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies a value indicating whether the control's elements are aligned right-to-left to support right-to-left languages.
- C#
- VB.NET
public enum RightToLeft : Enum
Public Enum RightToLeft As [Enum]
Use RightToLeft to determine whether the current culture uses a right-to-left language.
Fields
| Name | Description |
|---|---|
| Inherit | The value is inherited from the parent control. If the control is a top level container, the value is set automatically according to the current culture and the "rightToLeft" setting in Default.json. |
| No | The control is aligned from left to right. This is the default. |
| Yes | The control is aligned from right to left. |
Used By
| Name | Description |
|---|---|
| Control.RightToLeft | Returns or sets whether the control's elements are aligned right-to-left to support RTL languages. |
| MessageBox.Show | Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |
| MessageBox.ShowAsync | Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button. |
| ContextMenu.RightToLeft | Returns or sets whether the text displayed by the control is displayed from right to left. |
| MainMenu.RightToLeft | Returns or sets whether the text displayed by the control is displayed from right to left. |