'Declaration Public Enum AlignVertEnum Inherits System.Enum
public enum AlignVertEnum : System.Enum
'Declaration Public Enum AlignVertEnum Inherits System.Enum
public enum AlignVertEnum : System.Enum
Member | 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 C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and Justify is used instead.) |
Top | The text is top-aligned. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.AlignVertEnum