View.ShowHyphens 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.
True si les traits d'union conditionnels sont affichés. Un trait d'union conditionnel indique l'endroit où un mot de rupture lorsqu'elle se trouve à la fin d'une ligne.
public:
property bool ShowHyphens { bool get(); void set(bool value); };
public bool ShowHyphens { get; set; }
member this.ShowHyphens : bool with get, set
Public Property ShowHyphens As Boolean