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