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.
## -property-value A collection that holds all inline text elements from the [TextBlock](textblock.md). The default is an empty collection.

-remarks

-examples

-see-also