TextInfo.IsRightToLeft 属性
定义
public:
property bool IsRightToLeft { bool get(); };
public bool IsRightToLeft { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsRightToLeft { get; }
member this.IsRightToLeft : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsRightToLeft : bool
Public ReadOnly Property IsRightToLeft As Boolean
属性值
如果文本书写方向为从右到左,则为 true;否则为 false。true if text flows from right to left; otherwise, false.
- 属性
注解
IsRightToLeft属性指示写入文本的主导方向和用户界面元素(如按钮和滚动条)的相对位置。The IsRightToLeft property indicates the dominant direction of written text and the relative position of user interface elements such as buttons and scroll bars.