# C1.C1Preview.Borders.RadiusX

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Borders_RadiusX_" data-uid="C1.C1Preview.Borders.RadiusX*">RadiusX Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Borders_RadiusX_" data-uid="C1.C1Preview.Borders.RadiusX*"></a>
<h4 id="C1_C1Preview_Borders_RadiusX" data-uid="C1.C1Preview.Borders.RadiusX">RadiusX</h4>
<div class="markdown level1 summary"><p>Gets or sets the x-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 RadiusX { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RadiusX As Unit</code></pre>
</div>
<h5 id="C1_C1Preview_Borders_RadiusX_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If both this and <a class="xref" href="C1.C1Preview.Borders.RadiusY.html#C1_C1Preview_Borders_RadiusY">RadiusY</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>
