'宣言 Public Enum TabAlignmentEnum Inherits System.Enum
'使用法 Dim instance As TabAlignmentEnum
public enum TabAlignmentEnum : System.Enum
'宣言 Public Enum TabAlignmentEnum Inherits System.Enum
'使用法 Dim instance As TabAlignmentEnum
public enum TabAlignmentEnum : System.Enum
メンバ | 解説 |
---|---|
Center | Text is centered around the tab position. |
Left | Text is left-aligned on the tab position (text starts at the tab stop). |
Right | Text is right-aligned on the tab position (text ends at the tab stop). |
System.Object
System.ValueType
System.Enum
C1.C1Preview.TabAlignmentEnum