[]
        
(Showing Draft Content)

C1.WPF.Report.AnchorEnum

AnchorEnum Enum

Determines how the field is positioned with respect to its containing subsection when the subsection grows or shrinks as a result of the subsection's AutoHeight and AutoHeight properties.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public enum AnchorEnum
Remarks

Use the members of this enumeration to set the value of the Anchor property in the FieldBase class.

Fields

Name Description
Bottom

The field moves vertically. The space between the bottom of the field and the bottom of the subsection remains the same.

Top

The field does not move. The space between the top of the field and the top of the subsection remains the same.

TopAndBottom

The field grows or shrinks. The space between field and the subsection remains the same (above and below).