HtmlDocument.RightToLeft 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 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.