Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 552 Bytes

File metadata and controls

34 lines (26 loc) · 552 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Documents.Paragraph
winrt class

Microsoft.UI.Xaml.Documents.Paragraph

-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>

-remarks

-examples

-see-also

Block