RightToLeft

Wisej.Web.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

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

NameDescription

Returns or sets whether the control's elements are aligned right-to-left to support RTL languages.

Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.

Asynchronously displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.

Returns or sets whether the text displayed by the control is displayed from right to left.

Returns or sets whether the text displayed by the control is displayed from right to left.

Last updated