Share via


SPMobileTextView.Direction Property

Gets or sets the reading direction of the text.

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

Syntax

'Declaration
Public Property Direction As SPMobileTextDirection
    Get
    Set
'Usage
Dim instance As SPMobileTextView
Dim value As SPMobileTextDirection

value = instance.Direction

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

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileTextDirection
The reading direction of the text, such as right-to-left for Arabic.

See Also

Reference

SPMobileTextView Class

SPMobileTextView Members

Microsoft.SharePoint.MobileControls Namespace