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

屬性值

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

屬性

備註

屬性 IsRightToLeft 會指出寫入文字的主要方向,以及使用者介面元素的相對位置,例如按鈕和滾動條。

適用於