次の方法で共有


TextBounds.IsRightToLeft Property

Definition

Returns true if the bounds correspond to a right to left character

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

Property Value

true if the character is a right-to-left character, otherwise false.

Applies to