SPMobileTextDirection Enumeration
Specifies the reading direction of a run of text in a control such as a label or text box.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMobileTextDirection
'Usage
Dim instance As SPMobileTextDirection
public enum SPMobileTextDirection
Members
Member name | Description | |
---|---|---|
None | Unspecified | |
Ltr | Left to right; for example, most Western languages. | |
Rtl | Right to left; for example, Arabic. | |
Page | The direction specified for the parent page. |
Remarks
Ordinarily, the reading direction of a control should conform to the reading direction of the language.