TextInfo.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.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.