Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 796 Bytes

textblock_inlines.md

File metadata and controls

35 lines (24 loc) · 796 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.Inlines
winrt property

Windows.UI.Xaml.Controls.TextBlock.Inlines

-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