mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
1.4 KiB
1.4 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||
|---|---|---|---|---|---|
| How to: Use Flow Content Elements | 03/30/2017 |
|
70fa11cd-5fa7-4872-a1cc-04d80f1132be |
How to: Use Flow Content Elements
The following example demonstrates declarative usage for various flow content elements and associated attributes. Elements and attributes demonstrated include:
-
xref:System.Windows.Documents.Block.BreakPageBefore%2A attribute
-
xref:System.Windows.Documents.TextElement.FontSize%2A attribute
-
xref:System.Windows.Documents.Typography.Variants%2A attribute (superscript and subscript)
Example
[!code-xamlFlowDocInlineSnippets#_InlineElementsXAML]