-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.TextBlock.Text |
winrt property |
Gets or sets the text contents of a TextBlock.
<TextBlock Text="string"/>
- or -
<TextBlock>string</TextBlock>
A string that specifies the text contents of this TextBlock. The default is an empty string.