--- title: "How to: Use FlowDocument Column-Separating Attributes" ms.date: "03/30/2017" helpviewer_keywords: - "FlowDocument column-separating attributes" - "column-separating attributes" - "documents [WPF], FlowDocument column-separating attributes" ms.assetid: c7a822f8-aeca-45bd-a258-2852ff28005c --- # How to: Use FlowDocument Column-Separating Attributes This example shows how to use the column-separating features of a . ## Example The following example defines a , and sets the , , and attributes. The contains a single paragraph of sample content. [!code-xaml[FlowDocumentSnippets#_FlowDocumentColumnStuffXAML](~/samples/snippets/csharp/VS_Snippets_Wpf/FlowDocumentSnippets/CSharp/Window1.xaml#_flowdocumentcolumnstuffxaml)] The following figure shows the effects of the , , and attributes in a rendered . ![Screenshot that shows the FlowDocument Intra Column attribute.](./media/how-to-use-flowdocument-column-separating-attributes/flowdocument-intra-column.png)