ListMenu.TextDirection Property
Gets or sets the text direction used to display the menu.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TextDirection As String
Get
Set
'Usage
Dim instance As ListMenu
Dim value As String
value = instance.TextDirection
instance.TextDirection = value
public string TextDirection { get; set; }
Property Value
Type: System.String
A string that contains the text direction.
Remarks
This string must be either ltr or rtl.