# C1.WPF.Schedule.DistributionInfo.Propagate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_DistributionInfo_Propagate_" data-uid="C1.WPF.Schedule.DistributionInfo.Propagate*">Propagate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_DistributionInfo_Propagate_" data-uid="C1.WPF.Schedule.DistributionInfo.Propagate*"></a>
<h4 id="C1_WPF_Schedule_DistributionInfo_Propagate" data-uid="C1.WPF.Schedule.DistributionInfo.Propagate">Propagate</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that defines a number of child elements whose placement
is described by the <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a>.
The default value is 0, which means no propagation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Propagate { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Propagate As Integer</code></pre>
</div>
<h5 id="C1_WPF_Schedule_DistributionInfo_Propagate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><a class="xref" href="C1.WPF.Schedule.DistributionInfo.Propagate.html#C1_WPF_Schedule_DistributionInfo_Propagate">Propagate</a> defines a number of elements with indexes started at
<a class="xref" href="C1.WPF.Schedule.DistributionInfo.ElementIndex.html#C1_WPF_Schedule_DistributionInfo_ElementIndex">ElementIndex</a> + 1
that will get a distribution info which is defined in this object.
A negative value indicates that all elements that follows the element at
<a class="xref" href="C1.WPF.Schedule.DistributionInfo.ElementIndex.html#C1_WPF_Schedule_DistributionInfo_ElementIndex">ElementIndex</a> index will be
provided with this distribution info. A propagation is stopped at a first element
that has a corresponding <a class="xref" href="C1.WPF.Schedule.DistributionInfo.html">DistributionInfo</a> object defined.</p>
</div>
</div>
