SPField.Direction property

Gets or sets the direction of the reading order for the field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Direction As String
    Get
    Set
'Usage
Dim instance As SPField
Dim value As String

value = instance.Direction

instance.Direction = value
public string Direction { get; set; }

Property value

Type: System.String
A string that contains LTR if the reading order is left-to-right, RTL if it is right-to-left, or none.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace