Permalink
Fetching contributors…
Cannot retrieve contributors at this time
23 lines (22 sloc) 516 Bytes
<!-- <SnippetListExampleWholePage> -->
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<List>
<ListItem>
<Paragraph>
List Item 1
</Paragraph>
</ListItem>
<ListItem>
<Paragraph>
List Item 2
</Paragraph>
</ListItem>
<ListItem>
<Paragraph>
List Item 3
</Paragraph>
</ListItem>
</List>
</FlowDocument>
<!-- </SnippetListExampleWholePage> -->