Enum RightToLeft
Specifies whether the text appears from right to left, such as when using Arabic or Hebrew fonts.
public enum RightToLeft
Fields
Inherit = 2
The direction the text read is inherited from the parent control.
No = 0
The text reads from left to right. This is the default.
Yes = 1
The text reads from right to left.