TextInfo.IsRightToLeft Property

Definition

Gets a value indicating whether the current TextInfo object represents a writing system where text flows from right to left.

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

Property Value

true if text flows from right to left; otherwise, false.

Attributes

Remarks

The IsRightToLeft property indicates the dominant direction of written text and the relative position of user interface elements such as buttons and scroll bars.

Applies to