Gets or sets the field's vertical position relative to its containing Section.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(AnchorEnum.Top)] public AnchorEnum Anchor { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(AnchorEnum.Top)> _ Public Property Anchor As AnchorEnum Get Set |
Remarks
Normally, fields do not move when sections grow or shrink. In some cases, however, you may want fields to grow with the section or to stay in the same position relative to the bottom of the section.
This is especially common for fields used to create vertical lines that should extend the entire height of the section.
The default value for this property is AnchorEnum.Top.