Windows.UI.Xaml.Documents.Paragraph.Inlines
June 22, 2022 ยท View on GitHub
-description
Gets an InlineCollection containing the top-level Inline elements that include the contents of the Paragraph.
-xaml-syntax
<Paragraph .../>
-or-
<Paragraph ...>
oneOrMoreInlines
</Paragraph>
-or-
<Paragraph ...>
mixedContent
</Paragraph>
-xaml-values
- oneOrMoreInlines
- oneOrMoreInlinesOne or more elements that derive from the Inline type.
- mixedContent
- mixedContentA mixture of inner text and elements that derive from the Inline type.