FormattedText.Text Propriété

Définition

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.

S’applique à

Voir aussi