'宣言 Public Enum AnchorEnum Inherits System.Enum
'使用法 Dim instance As AnchorEnum
public enum AnchorEnum : System.Enum
'宣言 Public Enum AnchorEnum Inherits System.Enum
'使用法 Dim instance As AnchorEnum
public enum AnchorEnum : System.Enum
| メンバ | 解説 |
|---|---|
Bottom | The field moves vertically. The space between the bottom of the field and the bottom of the subsection remains the same. |
Top | The field does not move. The space between the top of the field and the top of the subsection remains the same. |
TopAndBottom | The field grows or shrinks. The space between field and the subsection remains the same (above and below). |
System.Object
System.ValueType
System.Enum
C1.Report.AnchorEnum