获取或设置控件中的任何文本的阅读方向。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Property Direction As ContentDirection
Get
Set
用法
Dim instance As SPMobileControlContainer
Dim value As ContentDirection
value = instance.Direction
instance.Direction = value
public override ContentDirection Direction { get; set; }
属性值
类型:System.Web.UI.WebControls.ContentDirection
一个值,指定阅读方向。
备注
子控件可以覆盖此属性与自己的方向设置。