Determines how a RenderField is positioned with respect to its containing RenderSection when the section grows or shrinks.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum AnchorEnum
Visual Basic
Public Enumeration AnchorEnum

Members

Member nameDescription
Top The field does not move. The space between the top of the field and the top of the section remains the same.
Bottom The field moves vertically. The space between the bottom of the field and the bottom of the section remains the same.
TopAndBottom The 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 Anchor property in the RenderField class.

See Also