TextBlock.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.
public:
property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();
void Text(winrt::hstring value);
public string Text { get; set; }
var string = textBlock.text;
textBlock.text = string;
Public Property Text As String
<TextBlock Text="string"/>
- or -
<TextBlock>string</TextBlock>
Valeur de propriété
Chaîne qui spécifie le contenu du texte de ce TextBlock. La valeur par défaut est une chaîne vide.