[]
Specifies the vertical alignment of text within a containing object.
This is the type of TextAlignVert property.
public enum AlignVertEnum
Name | Description |
---|---|
Bottom | The text is bottom-aligned. |
Center | The text is centered vertically. |
Justify | The text is justified vertically. |
JustifyChars | When applied to vertical text (RenderVerticalText, RenderVerticalParagraph), justifies text vertically by adding white spaces between all characters. (Note that if UseGdiPlusTextRendering is false, this mode is not supported, and Justify is used instead.) |
Top | The text is top-aligned. |