FormattedText.MaxLineCount 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 le nombre maximum de lignes à afficher. Le texte qui dépasse le MaxLineCount ne sera pas affiché.
public:
property int MaxLineCount { int get(); void set(int value); };
public int MaxLineCount { get; set; }
member this.MaxLineCount : int with get, set
Public Property MaxLineCount As Integer
Valeur de propriété
Le nombre maximum de lignes à afficher.
Remarques
Utilisez la propriété pour contrôler la façon dont le Trimming texte omis est représenté lorsque le texte dépasse le MaxLineCount.