Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 550 Bytes

paragraph.md

File metadata and controls

36 lines (26 loc) · 550 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Documents.Paragraph
winrt class

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