TextBounds.IsRightToLeft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.