'宣言 Public Enum AlignVertEnum Inherits System.Enum
'使用法 Dim instance As AlignVertEnum
public enum AlignVertEnum : System.Enum
'宣言 Public Enum AlignVertEnum Inherits System.Enum
'使用法 Dim instance As AlignVertEnum
public enum AlignVertEnum : System.Enum
メンバ | 解説 |
---|---|
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 AlignVertEnum.Justify is used instead.) |
Top | The text is top-aligned. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.AlignVertEnum