Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the reading direction for any text in the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Direction As SPMobileTextDirection
Get
Set
'Usage
Dim instance As SPMobileControlContainer
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 specifies reading direction.
Remarks
Child controls can override this property with their own direction setting.
See Also
Reference
SPMobileControlContainer Class