Block.TextAlignment Property
Gets or sets the horizontal alignment of text content.
Namespace: System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object TextAlignment="TextAlignment" .../>
Property Value
Type: System.Windows.TextAlignmentOne of the TextAlignment values that specifies the desired alignment. The default is TextAlignment.Left.
The following example shows how to set the TextAlignment attribute of a Block element.
<FlowDocument> <Paragraph Background="GhostWhite" TextAlignment="Center"> One<LineBreak/> two two<LineBreak/> Three Three Three<LineBreak/> four four four four<LineBreak/> Five Five Five Five Five<LineBreak/> six six six six six six<LineBreak/> Seven Seven Seven Seven Seven Seven Seven<LineBreak/> eight eight eight eight eight eight eight eight </Paragraph> </FlowDocument>
The following figure shows how the preceding example renders with Left text alignment (the default).

The following figure shows how the same example renders with Right text alignment.

The following figure shows how the same example renders with Center text alignment.

The following example shows how to set the TextAlignment property programmatically.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.