Property Direction As Integer
Return or set the control text direction.
It can take one of the following values:
Direction.Default for using the direction of its parent, or the direction defined by the System.RightToLeft property.
Direction.LeftToRight for using a left-to-right direction.
Direction.RightToLeft for using a right-to-left direction.