'宣言 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. |
Top | The text is top-aligned. |
System.Object
System.ValueType
System.Enum
C1.Document.AlignVertEnum