TextInfo.IsRightToLeft 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前 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 會指出寫入文字的主要方向,以及使用者介面元素的相對位置,例如按鈕和滾動條。