AutoComplete for ASP.NET Web Forms
AnchorEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : AnchorEnum 列挙体
Determines how the field is positioned with respect to its containing section when the section grows or shrinks as a result of the section's Section.CanGrow and Section.CanShrink properties.
シンタックス
'宣言
 
Public Enum AnchorEnum 
   Inherits System.Enum
public enum AnchorEnum : System.Enum 
メンバ
メンバ解説
BottomThe field moves vertically. The space between the bottom of the field and the bottom of the section remains the same.
TopThe field does not move. The space between the top of the field and the top of the section remains the same.
TopAndBottomThe field grows or shrinks. The space between field and the section remains the same (above and below).
解説
Use the members of this enumeration to set the value of the Field.Anchor property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.AnchorEnum

参照

C1.C1Report 名前空間