CultureInfo.IsRTL

Syntax

IsRTL: Boolean

Description

The IsRTL property sets right alignment for the text in visual components.

Comments

Property value is set directly or from JSON. By default, this property is set to False, and the text in visual components is aligned to the left edge. If this property is True, the text is aligned to the right edge.

Example

The example of property use is given in description of the PP.CultureInfo constructor.

See also:

CultureInfo