# C1.C1Preview.RenderObject.Stacking

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderObject_Stacking_" data-uid="C1.C1Preview.RenderObject.Stacking*">Stacking Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderObject_Stacking_" data-uid="C1.C1Preview.RenderObject.Stacking*"></a>
<h4 id="C1_C1Preview_RenderObject_Stacking" data-uid="C1.C1Preview.RenderObject.Stacking">Stacking</h4>
<div class="markdown level1 summary"><p>Gets or sets the stacking rules used to arrange the children of the current object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public StackingRulesEnum Stacking { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Stacking As StackingRulesEnum</code></pre>
</div>
<h5 id="C1_C1Preview_RenderObject_Stacking_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For block flow, the alignment of child objects within the flow is determined by the
value of <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> property on the current object,
and the values of <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a> properties on the children.</p>
</div>
</div>
