TextInfo.IsRightToLeft 屬性

定義

取得值,指出目前 TextInfo 物件是否表示從右到左書寫文字的書寫系統。

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

屬性值

Boolean

如果從右到左書寫文字,則為 true,否則為 false

屬性

備註

IsRightToLeft屬性工作表示文字的主要方向,以及使用者介面元素(例如按鈕和捲軸)的相對位置。

適用於