Windows.UI.Xaml.Documents.Paragraph
June 22, 2022 ยท View on GitHub
-description
Provides a block-level content element that is used to group content into a paragraph.
-xaml-syntax
<Paragraph .../>
-or-
<Paragraph ...>
oneOrMoreInlines
</Paragraph>
-or-
<Paragraph ...>
mixedContent
</Paragraph>