[]
Specifies alignment for text.
public enum TextEffectAlignment
Public Enum TextEffectAlignment
Name | Description |
---|---|
Center | Centered. |
Left | Left-aligned. |
LetterJustify | Text is justified. Spacing between letters may be adjusted to justify text. |
Right | Right- aligned. |
StretchJustify | Text is justified. Letters may be stretched to justify text. |
Unspecified | The alignment is unspecified. |
WordJustify | Text is justified. Spacing between words (but not letters) may be adjusted to justify text. |