Gets or sets the top-level stacking rule for the document body.

The default value is BlockTopToBottom.

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

Syntax

C#
[XmlAttributeAttribute("Stacking")]
[DefaultValueAttribute(StackingRulesEnum.BlockTopToBottom)]
public StackingRulesEnum Stacking { get; set; }
Visual Basic
<XmlAttributeAttribute("Stacking")> _
<DefaultValueAttribute(StackingRulesEnum.BlockTopToBottom)> _
Public Property Stacking As StackingRulesEnum
	Get
	Set

Remarks

The default value for this property is StackingRulesEnum.BlockTopToBottom.

See Also