Gets or sets the top-level stacking rule for the document body.
Namespace:
C1.C1PreviewThe default value is BlockTopToBottom.
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.