Gets or sets a value indicating whether the control should renders as right to left.
[Visual Basic]
Public Property RightToLeft As
Boolean
[C#]
public
Boolean RightToLeft {get; set;}
Remarks
Middle eastern languages such as Hebrew and Arabic are written predominantly right-to-left. Set this property to True to render the control as right to left. For example, when a menu is rendered as right to left:
- Menu item text are automatically right aligned instead of left aligned;
- Sub menu side image are displayed on the right side of a menu group;
- Left icon and right icon swaps positions;
- Sub menu icon appears on the left side of a menu group;
- By default, sub menu expands on the left side of it's parent menu group;
Warning:
Due to a bug in Internet Explorer's layout engine, Menu.Width must be set to a value that is greater than the top level menu group's minimum width. Setting Menu.Width to a value less than the minium width will cause sub menu shifting to the left from it's correct position. For example, if the top level menu group's minimum width is 400 pixels, setting eMenu.Width to "300px" will causes sub menu to be displayed 100 pixel off to the left.
See Also
WebControl Class | EO.Web Namespace