HtmlDocument.RightToLeft Property

Definition

Gets or sets the direction of text in the current document.

public:
 property bool RightToLeft { bool get(); void set(bool value); };
public bool RightToLeft { get; set; }
member this.RightToLeft : bool with get, set
Public Property RightToLeft As Boolean

Property Value

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

Remarks

RightToLeft will not have any value unless it has been set explicitly, either in code or in HTML.

Unlike the RightToLeft property on Windows Forms controls, RightToLeft on the managed HTML DOM will not affect the direction of Latin text.

Applies to

See also