ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / AnchorEnum Enumeration

In This Topic
    AnchorEnum Enumeration
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Enum AnchorEnum 
       Inherits System.Enum
    public enum AnchorEnum : System.Enum 
    Members
    MemberDescription
    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).
    Remarks
    Use the members of this enumeration to set the value of the Field.Anchor property in the Field class.
    Inheritance Hierarchy

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

    See Also