PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / Stacking Property

In This Topic
    Stacking Property (RenderObject)
    In This Topic
    Gets or sets the stacking rules used to arrange the children of the current object.
    Syntax
    'Declaration
     
    Public Property Stacking As StackingRulesEnum
    public StackingRulesEnum Stacking {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