SPMobileTextBox.Direction Property
Gets or sets the reading direction of the text in the text box.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Direction As SPMobileTextDirection
Get
Set
'Usage
Dim instance As SPMobileTextBox
Dim value As SPMobileTextDirection
value = instance.Direction
instance.Direction = value
public SPMobileTextDirection Direction { get; set; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileTextDirection
A value that indicates the reading direction.