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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET