Share via


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.

See Also

Reference

ListMenu Class

ListMenu Members

Microsoft.SharePoint.WebControls Namespace