Skip to main content
Version: 3.5

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.

public enum RightToLeft : Enum

Use RightToLeft to determine whether the current culture uses a right-to-left language.

Fields

NameDescription
InheritThe 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.
NoThe control is aligned from left to right. This is the default.
YesThe control is aligned from right to left.

Used By

NameDescription
Control.RightToLeftReturns or sets whether the control's elements are aligned right-to-left to support RTL languages.
MessageBox.ShowDisplays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
MessageBox.ShowAsyncAsynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
ContextMenu.RightToLeftReturns or sets whether the text displayed by the control is displayed from right to left.
MainMenu.RightToLeftReturns or sets whether the text displayed by the control is displayed from right to left.