Enum Alignment
Describes the alignment of a rendered text.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum Alignment
Center
Specifies that the text should aligns with the center of the screen.
Distribute
Specifies that the text should be justified between the left and right of the screen. This option affects the spacing between the words and the characters.
HighKashida
Specifies that the kashida length for the text should be extended to its widest possible value. This option affect only kashidas, which are special characters used to extend the joiner between two Arabic characters.
Justified
Specifies that the text should be justified between the left and right of the screen. This option affects only the spacing between each word.
Left
Specifies that the text should aligns with the left of the screen.
LowKashida
Specifies that the kashida length for the text should be extended to longer value. This option affect only kashidas, which are special characters used to extend the joiner between two Arabic characters.
MediumKashida
Specifies that the kashida length for the text should be extended to medium value. This option affect only kashidas, which are special characters used to extend the joiner between two Arabic characters.
Right
Specifies that the text should aligns with the right of the screen.
ThaiDistribute
Specifies that the text should be justified with optimizations for Thai.