TextBlock.Text Proprietà

Definizione

Ottiene o imposta il contenuto di testo di un controllo TextBlock.

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>

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che specifica il contenuto di testo di questo textBlock. Il valore predefinito è una stringa vuota.

Si applica a