# C1.C1Preview.Borders.RadiusY

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Borders_RadiusY_" data-uid="C1.C1Preview.Borders.RadiusY*">RadiusY Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Borders_RadiusY_" data-uid="C1.C1Preview.Borders.RadiusY*"></a>
<h4 id="C1_C1Preview_Borders_RadiusY" data-uid="C1.C1Preview.Borders.RadiusY">RadiusY</h4>
<div class="markdown level1 summary"><p>Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Unit RadiusY { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RadiusY As Unit</code></pre>
</div>
<h5 id="C1_C1Preview_Borders_RadiusY_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If both this and <a class="xref" href="C1.C1Preview.Borders.RadiusX.html#C1_C1Preview_Borders_RadiusX">RadiusX</a> are non-zero, all borders are drawn using the
same (<a class="xref" href="C1.C1Preview.Borders.Top.html#C1_C1Preview_Borders_Top">Top</a>) border thickness.</p>
<p>
If this value is less than the border thickness, border thickness is used as the radius.
</p>
</div>
</div>
