FlexReport for WinForms
AnchorEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : AnchorEnum 列挙体
Determines how the field is positioned with respect to its containing subsection when the subsection grows or shrinks as a result of the subsection's AutoHeight and AutoHeight properties.
シンタックス
'宣言
 
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).
解説
Use the members of this enumeration to set the value of the FieldBase.Anchor property in the FieldBase class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.AnchorEnum

参照

参照

C1.Report 名前空間