Direction Enumeration
NOTE: This API is now obsolete.
Specifies the language direction for the Dir property of a Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use System.Web.UI.WebControls.ContentDirection instead.")> _
Public Enumeration Direction
'Usage
Dim instance As Direction
[ObsoleteAttribute("Use System.Web.UI.WebControls.ContentDirection instead.")]
public enum Direction
Members
Member name | Description | |
---|---|---|
Default | Obsolete. Use the site language direction. | |
LeftToRight | Obsolete. The language direction of content text and frame title bar is left to right. | |
RightToLeft | Obsolete. The language direction of content text and frame title bar is right to left. |