Gets or sets the stacking rules used to arrange the children of the current object.

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

Syntax

C#
public StackingRulesEnum Stacking { get; set; }
Visual Basic
Public Property Stacking As StackingRulesEnum
	Get
	Set

Remarks

For block flow, the alignment of child objects within the flow is determined by the value of FlowAlignChildren property on the current object, and the values of FlowAlign properties on the children.

See Also