TXTextControl.RightToLeft Property

Returns or sets a value specifying whether the Text Control's vertical scrollbar is at the left or right border and whether the Text Control has a right or left zoom origin.

Introduced: 20.0.

Syntax

   TXTextControl.RightToLeft [= boolean]
Setting Description
False (Default) Shows the Text Control with a left to right orientation.
True Shows the Text Control with a right to left orientation.

See Also