FormattedText.Text 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 l'affichage de la chaîne de texte.
public:
property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String
Valeur de propriété
La chaîne de texte à afficher.
Remarques
Cette propriété n’est pas settable sur un objet construit FormattedText . Vous devez construire un nouveau FormattedText pour définir un texte différent.