Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / AnchorEnum Enumeration

In This Topic
    AnchorEnum Enumeration
    In This Topic
    Determines how a RenderField is positioned with respect to its containing RenderSection when the section grows or shrinks.
    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 with the section. Both the distance from the top of the field to the top of the section, and the distance from the bottom of the field to the bottom of the section, remain the same.
    Remarks
    Use members of this enumeration to set the value of the RenderField.Anchor property in the RenderField class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.AnchorEnum

    See Also