HtmlDocument.RightToLeft Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la direction du texte dans le document actif.
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
Valeur de propriété
true
si le texte est affiché de droite à gauche ; sinon, false
.
Remarques
RightToLeft n’aura aucune valeur, sauf si elle a été définie explicitement, dans le code ou dans HTML.
Contrairement à la RightToLeft propriété sur les contrôles Windows Forms, RightToLeft le DOM HTML géré n’affecte pas la direction du texte latin.