# C1.WPF.C1HyperPanel.Distribution

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1HyperPanel_Distribution_" data-uid="C1.WPF.C1HyperPanel.Distribution*">Distribution Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1HyperPanel_Distribution_" data-uid="C1.WPF.C1HyperPanel.Distribution*"></a>
<h4 id="C1_WPF_C1HyperPanel_Distribution" data-uid="C1.WPF.C1HyperPanel.Distribution">Distribution</h4>
<div class="markdown level1 summary"><p>Gets or sets a value between 0.1 and 1.0 that controls how much zooming should be applied to elements near the center.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double Distribution { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Distribution As Double</code></pre>
</div>
<h5 id="C1_WPF_C1HyperPanel_Distribution_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Small values increase the zoom effect. Elements far from the mouse appear much smaller than elements near the mouse.</p>
<p>Large values decrease the zoom effect. Elements far from the mouse appear only slightly smaller than elements near the mouse.</p>
<p>You can limit the amount by which elements far from the mouse are zoomed out by setting the <a class="xref" href="C1.WPF.C1HyperPanel.MinElementScale.html#C1_WPF_C1HyperPanel_MinElementScale">MinElementScale</a>.For example, setting <a class="xref" href="C1.WPF.C1HyperPanel.MinElementScale.html#C1_WPF_C1HyperPanel_MinElementScale">MinElementScale</a> to 0.5 prevents any child elements from being reduced to less than half their original size.</p>
</div>
</div>
