# C1.Win.C1Chart.Rounding.All

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_Rounding_All_" data-uid="C1.Win.C1Chart.Rounding.All*">All Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_Rounding_All_" data-uid="C1.Win.C1Chart.Rounding.All*"></a>
<h4 id="C1_Win_C1Chart_Rounding_All" data-uid="C1.Win.C1Chart.Rounding.All">All</h4>
<div class="markdown level1 summary"><p>Gets or sets the radius of rounding for all corners of the rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int All { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property All As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Chart_Rounding_All_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Setting this property changes all of the corners by changing the values of the
<a class="xref" href="C1.Win.C1Chart.Rounding.LeftTop.html#C1_Win_C1Chart_Rounding_LeftTop">LeftTop</a>, <a class="xref" href="C1.Win.C1Chart.Rounding.LeftBottom.html#C1_Win_C1Chart_Rounding_LeftBottom">LeftBottom</a>,
<a class="xref" href="C1.Win.C1Chart.Rounding.RightTop.html#C1_Win_C1Chart_Rounding_RightTop">RightTop</a>, and <a class="xref" href="C1.Win.C1Chart.Rounding.RightBottom.html#C1_Win_C1Chart_Rounding_RightBottom">RightBottom</a>
properties. If these properties are re-set after setting the All property,
then each corner may have a different radius.</p>
</div>
<h5 id="C1_Win_C1Chart_Rounding_All_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Rounding.html">Rounding</a></div>
</div>
</div>
