# C1.iOS.Core.C1CornerRadius.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_iOS_Core_C1CornerRadius__ctor_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor*">C1CornerRadius Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_iOS_Core_C1CornerRadius__ctor_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor*"></a>
<h4 id="C1_iOS_Core_C1CornerRadius__ctor_C1_iOS_Core_C1CornerValue_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor(C1.iOS.Core.C1CornerValue)">C1CornerRadius(C1CornerValue)</h4>
<div class="markdown level1 summary"><p>Initializes a <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a> structure that has the specified uniform corners.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1CornerRadius(C1CornerValue uniformLength)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(uniformLength As C1CornerValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a></td>
      <td><span class="parametername">uniformLength</span></td>
      <td><p>The uniform length applied to all four corners of the bounding rectangle.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_iOS_Core_C1CornerRadius__ctor_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor*"></a>
<h4 id="C1_iOS_Core_C1CornerRadius__ctor_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor(C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue)">C1CornerRadius(C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue)</h4>
<div class="markdown level1 summary"><p>Initializes a <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a> structure that has specific radius (supplied as a System.Double) applied to each corner 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 C1CornerRadius(C1CornerValue topLeft, C1CornerValue topRight, C1CornerValue bottomRight, C1CornerValue bottomLeft)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(topLeft As C1CornerValue, topRight As C1CornerValue, bottomRight As C1CornerValue, bottomLeft As C1CornerValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a></td>
      <td><span class="parametername">topLeft</span></td>
      <td><p>The radius for the top-left corner of the rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a></td>
      <td><span class="parametername">topRight</span></td>
      <td><p>The radius for the top-right corner of the rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a></td>
      <td><span class="parametername">bottomRight</span></td>
      <td><p>The radius for the bottom-right corner of the rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a></td>
      <td><span class="parametername">bottomLeft</span></td>
      <td><p>The radius for the bottom-left corner of the rectangle.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
