Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 557 Bytes

run_text.md

File metadata and controls

32 lines (21 loc) · 557 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.Run.Text
winrt property

Windows.UI.Xaml.Documents.Run.Text

-description

Gets or sets the text contents of the Run.

-xaml-syntax

<Run Text="text"/>
- or -
<Run ...>text</Run>

-property-value

A string that specifies the text contents of the Run. The default is String.Empty.

-remarks

-examples

-see-also