Specifies the vertical alignment of text within a containing object.
This is the type of TextAlignVert property.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum AlignVertEnum |
Visual Basic |
---|
Public Enumeration AlignVertEnum |
Members
Member name | Description | |
---|---|---|
Top | The text is top-aligned. | |
Center | The text is centered vertically. | |
Bottom | The text is bottom-aligned. | |
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.) |