# C1.WPF.OrgChart.C1OrgChart.ChildSpacing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_OrgChart_C1OrgChart_ChildSpacing_" data-uid="C1.WPF.OrgChart.C1OrgChart.ChildSpacing*">ChildSpacing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_OrgChart_C1OrgChart_ChildSpacing_" data-uid="C1.WPF.OrgChart.C1OrgChart.ChildSpacing*"></a>
<h4 id="C1_WPF_OrgChart_C1OrgChart_ChildSpacing" data-uid="C1.WPF.OrgChart.C1OrgChart.ChildSpacing">ChildSpacing</h4>
<div class="markdown level1 summary"><p>Gets or sets the spacing between items, in pixels.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Size ChildSpacing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ChildSpacing As Size</code></pre>
</div>
<h5 id="C1_WPF_OrgChart_C1OrgChart_ChildSpacing_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>In addition to changing this property, you may customize the spacing between
items using the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.margin">Margin</a> property on your <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol.itemtemplate">ItemTemplate</a>.</p>
</div>
</div>
