-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.TextBlock.Inlines |
winrt property |
Gets the collection of inline text elements within a TextBlock.
<TextBlock>
oneOrMoreInlineElements
</TextBlock>
- oneOrMoreInlineElements
- oneOrMoreInlineElementsOne or more object elements for classes that derive from Inline. Typically these are the classes Run or LineBreak.