Enum Alignment
Specifies how text aligns horizontally within its container, including standard alignments and specialized justification modes for Arabic and Thai scripts.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum Alignment
Center
Centers text horizontally within the container.
Distribute
Justifies text by adjusting spacing between both words and individual characters to fill the line width.
HighKashida
Justifies Arabic text by extending kashida characters to their maximum length for widest spacing.
Justified
Justifies text by adjusting spacing between words to fill the line width from left to right edges.
Left
Aligns text to the left edge of the container.
LowKashida
Justifies Arabic text by extending kashida characters to a lower length for minimal spacing adjustments.
MediumKashida
Justifies Arabic text by extending kashida characters to a medium length for moderate spacing.
Right
Aligns text to the right edge of the container.
ThaiDistribute
Justifies Thai text using language-specific character distribution optimizations.