# C1.iOS.Core.C1CornerRadius

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1CornerRadius" data-uid="C1.iOS.Core.C1CornerRadius" class="text-break">C1CornerRadius Struct
</h1>
  <div class="markdown level0 summary"><p>Describes the thickness of a frame around a rectangle. Four System.Double values describe the C1Thickness.Left, C1Thickness.Top, C1Thickness.Right, and C1Thickness.Bottom sides of the rectangle, respectively.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_C1CornerRadius_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct C1CornerRadius</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure C1CornerRadius</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius__ctor_C1_iOS_Core_C1CornerValue_" data-uid="C1.iOS.Core.C1CornerRadius.#ctor(C1.iOS.Core.C1CornerValue)">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.-ctor.html#C1_iOS_Core_C1CornerRadius__ctor_C1_iOS_Core_C1CornerValue_">C1CornerRadius(C1CornerValue)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.-ctor.html#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)</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_BottomLeft" data-uid="C1.iOS.Core.C1CornerRadius.BottomLeft">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.BottomLeft.html#C1_iOS_Core_C1CornerRadius_BottomLeft">BottomLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius, in pixels, of the bottom-left corner of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_BottomRight" data-uid="C1.iOS.Core.C1CornerRadius.BottomRight">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.BottomRight.html#C1_iOS_Core_C1CornerRadius_BottomRight">BottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius, in pixels, of the bottom-right corner of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_IsCircle" data-uid="C1.iOS.Core.C1CornerRadius.IsCircle">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.IsCircle.html#C1_iOS_Core_C1CornerRadius_IsCircle">IsCircle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether all the corners are a circle radius (They can be different).</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_IsUniform" data-uid="C1.iOS.Core.C1CornerRadius.IsUniform">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.IsUniform.html#C1_iOS_Core_C1CornerRadius_IsUniform">IsUniform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the radius is uniform in all corners and the same.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_IsZero" data-uid="C1.iOS.Core.C1CornerRadius.IsZero">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.IsZero.html#C1_iOS_Core_C1CornerRadius_IsZero">IsZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the radius is zero in all edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_TopLeft" data-uid="C1.iOS.Core.C1CornerRadius.TopLeft">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.TopLeft.html#C1_iOS_Core_C1CornerRadius_TopLeft">TopLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius, in pixels, of the top-left corner of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_TopRight" data-uid="C1.iOS.Core.C1CornerRadius.TopRight">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.TopRight.html#C1_iOS_Core_C1CornerRadius_TopRight">TopRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius, in pixels, of the top-right corner of the bounding rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_Equals_System_Object_" data-uid="C1.iOS.Core.C1CornerRadius.Equals(System.Object)">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.Equals.html#C1_iOS_Core_C1CornerRadius_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_GetHashCode" data-uid="C1.iOS.Core.C1CornerRadius.GetHashCode">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.GetHashCode.html#C1_iOS_Core_C1CornerRadius_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Equality_C1_iOS_Core_C1CornerRadius_C1_iOS_Core_C1CornerRadius_" data-uid="C1.iOS.Core.C1CornerRadius.op_Equality(C1.iOS.Core.C1CornerRadius,C1.iOS.Core.C1CornerRadius)">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Equality.html#C1_iOS_Core_C1CornerRadius_op_Equality_C1_iOS_Core_C1CornerRadius_C1_iOS_Core_C1CornerRadius_">operator ==(C1CornerRadius, C1CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a> structures for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Implicit_C1_iOS_Core_C1CornerValue__C1_iOS_Core_C1CornerRadius" data-uid="C1.iOS.Core.C1CornerRadius.op_Implicit(C1.iOS.Core.C1CornerValue)~C1.iOS.Core.C1CornerRadius">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Implicit.html#C1_iOS_Core_C1CornerRadius_op_Implicit_C1_iOS_Core_C1CornerValue__C1_iOS_Core_C1CornerRadius">implicit operator C1CornerRadius(C1CornerValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> into a uniform <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Implicit_System_Double__C1_iOS_Core_C1CornerRadius" data-uid="C1.iOS.Core.C1CornerRadius.op_Implicit(System.Double)~C1.iOS.Core.C1CornerRadius">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Implicit.html#C1_iOS_Core_C1CornerRadius_op_Implicit_System_Double__C1_iOS_Core_C1CornerRadius">implicit operator C1CornerRadius(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> into a uniform <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Implicit_System_String__C1_iOS_Core_C1CornerRadius" data-uid="C1.iOS.Core.C1CornerRadius.op_Implicit(System.String)~C1.iOS.Core.C1CornerRadius">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Implicit.html#C1_iOS_Core_C1CornerRadius_op_Implicit_System_String__C1_iOS_Core_C1CornerRadius">implicit operator C1CornerRadius(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a string into a <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Implicit_System_ValueTuple_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue___C1_iOS_Core_C1CornerRadius" data-uid="C1.iOS.Core.C1CornerRadius.op_Implicit(System.ValueTuple{C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue})~C1.iOS.Core.C1CornerRadius">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Implicit.html#C1_iOS_Core_C1CornerRadius_op_Implicit_System_ValueTuple_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue___C1_iOS_Core_C1CornerRadius">implicit operator C1CornerRadius((C1CornerValue, C1CornerValue, C1CornerValue, C1CornerValue))</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a 4-values tuple of <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> into a <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerRadius_op_Inequality_C1_iOS_Core_C1CornerRadius_C1_iOS_Core_C1CornerRadius_" data-uid="C1.iOS.Core.C1CornerRadius.op_Inequality(C1.iOS.Core.C1CornerRadius,C1.iOS.Core.C1CornerRadius)">
          <a class="xref" href="C1.iOS.Core.C1CornerRadius.op_Inequality.html#C1_iOS_Core_C1CornerRadius_op_Inequality_C1_iOS_Core_C1CornerRadius_C1_iOS_Core_C1CornerRadius_">operator !=(C1CornerRadius, C1CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.iOS.Core.C1CornerRadius.html">C1CornerRadius</a> structures for inequality.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
