RightToLeft Enumeration

List of values that specify whether text appears from right to left, such as in Arabic or Hebrew fonts. Referenced by the RightToLeft property of the Control class.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Description
Public property Inherit

2

Text direction is inherited from the parent control.
Public property No

0

Text reads from left to right. This is the default.
Public property Yes 1 Text reads from right to left.