Windows.UI.Xaml.Controls.TextBlock.Inlines
December 9, 2022 · View on GitHub
-description
Gets the collection of inline text elements within a TextBlock.
-xaml-syntax
<TextBlock>
oneOrMoreInlineElements
</TextBlock>
-xaml-values
- oneOrMoreInlineElements
- oneOrMoreInlineElementsOne or more object elements for classes that derive from Inline. Typically these are the classes Run or LineBreak.