Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 535 Bytes

textblock_text.md

File metadata and controls

32 lines (21 loc) · 535 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.Text
winrt property

Windows.UI.Xaml.Controls.TextBlock.Text

-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.

-remarks

-examples

-see-also