Windows.UI.Xaml.Documents.Run.Text
June 22, 2022 · View on GitHub
-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.