ParagraphAlignment Enum
Lists values specifying the paragraph alignment.
Declaration
declare enum ParagraphAlignment {
Left = 0,
Right = 1,
Center = 2,
Justify = 3
}
Members
Name | Description |
---|---|
Center
|
Text is aligned to the center of the paragraph. |
Justify
|
Text is justified to the entire width of the paragraph. |
Left
|
Text is aligned to the left of the paragraph. |
Right
|
Text is aligned to the right of the paragraph. |
Remarks
Values listed by this enumeration are used in the following members: