Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1011 Bytes

paragraph_inlines.md

File metadata and controls

42 lines (31 loc) · 1011 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.Paragraph.Inlines
winrt property

Windows.UI.Xaml.Documents.Paragraph.Inlines

-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.
## -property-value An [InlineCollection](inlinecollection.md) containing the [Inline](inline.md) elements that include the contents of the [Paragraph](paragraph.md).

-remarks

-examples

-see-also