The ContentDirection enumeration represents the direction in which to display controls that include text in a container control. Controls, such as the Panel and WebPart controls, have properties that use the ContentDirection enumeration values to specify the direction in which to display child controls that include text.
If you specify the LeftToRight value, child controls that include text display text from left to right and justify the text on the left side of the container control. If you specify the RightToLeft value, child controls that include text display text from right to left and justify the text on the right side of the container control. Use the RightToLeft value to display text for languages that are written from right to left, such as Arabic and Hebrew.