Windows.UI.Xaml.Controls.TextBlock.Text
June 22, 2022 · View on GitHub
-description
Gets or sets the text contents of a TextBlock.
-xaml-syntax
<TextBlock Text="string"/>
- or -
<TextBlock>string</TextBlock>
-property-value
A string that specifies the text contents of this TextBlock. The default is an empty string.