TextBounds.IsRightToLeft 属性

定义

如果边界对应于从右到左字符,则返回 true

public:
 property bool IsRightToLeft { bool get(); };
public:
 property bool IsRightToLeft { bool get(); };
public bool IsRightToLeft { get; }
member this.IsRightToLeft : bool
Public ReadOnly Property IsRightToLeft As Boolean

属性值

Boolean

如果字符是从右到左的字符,则为 true; 否则为 false。

适用于