Specifies whether the text in the object is left-aligned, right-aligned, centered, or justified.
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _ Public Enumeration TextAlignment
Dim instance As TextAlignment
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)] public enum TextAlignment
[LocalizabilityAttribute(LocalizationCategory::None, Readability = Readability::Unreadable)] public enum class TextAlignment
public enum TextAlignment
<object property="enumerationMemberName" .../>
The enumerated values for the TextAlignment class are Left, Right, Center, and Justify.
In the following example, the TextAlignment property is set to Left.
<FlowDocumentReader> <FlowDocument FontSize="24" LineHeight="48" > <Paragraph TextAlignment="Left" Background="AliceBlue"> One<LineBreak/> two two<LineBreak/> Three Three Three<LineBreak/> four four four four<LineBreak/> Five Five Five Five Five </Paragraph> </FlowDocument> </FlowDocumentReader>
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003