# C1.iOS.Core.C1CornerValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_C1CornerValue" data-uid="C1.iOS.Core.C1CornerValue" class="text-break">C1CornerValue Struct
</h1>
  <div class="markdown level0 summary"><p>Represents on of the corners.</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_C1CornerValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct C1CornerValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure C1CornerValue</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_C1CornerValue__ctor_System_Double_" data-uid="C1.iOS.Core.C1CornerValue.#ctor(System.Double)">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.-ctor.html#C1_iOS_Core_C1CornerValue__ctor_System_Double_">C1CornerValue(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue__ctor_System_Double_System_Double_" data-uid="C1.iOS.Core.C1CornerValue.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.-ctor.html#C1_iOS_Core_C1CornerValue__ctor_System_Double_System_Double_">C1CornerValue(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> struct.</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_C1CornerValue_Horizontal" data-uid="C1.iOS.Core.C1CornerValue.Horizontal">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.Horizontal.html#C1_iOS_Core_C1CornerValue_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal corner value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_IsCircle" data-uid="C1.iOS.Core.C1CornerValue.IsCircle">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.IsCircle.html#C1_iOS_Core_C1CornerValue_IsCircle">IsCircle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the radius is uniform.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_IsZero" data-uid="C1.iOS.Core.C1CornerValue.IsZero">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.IsZero.html#C1_iOS_Core_C1CornerValue_IsZero">IsZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the radius is zero.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_Vertical" data-uid="C1.iOS.Core.C1CornerValue.Vertical">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.Vertical.html#C1_iOS_Core_C1CornerValue_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical corner value.</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_C1CornerValue_Equals_System_Object_" data-uid="C1.iOS.Core.C1CornerValue.Equals(System.Object)">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.Equals.html#C1_iOS_Core_C1CornerValue_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_GetHashCode" data-uid="C1.iOS.Core.C1CornerValue.GetHashCode">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.GetHashCode.html#C1_iOS_Core_C1CornerValue_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></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_C1CornerValue_op_Equality_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_" data-uid="C1.iOS.Core.C1CornerValue.op_Equality(C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue)">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.op_Equality.html#C1_iOS_Core_C1CornerValue_op_Equality_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_">operator ==(C1CornerValue, C1CornerValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> structures for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_op_Implicit_System_Double__C1_iOS_Core_C1CornerValue" data-uid="C1.iOS.Core.C1CornerValue.op_Implicit(System.Double)~C1.iOS.Core.C1CornerValue">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.op_Implicit.html#C1_iOS_Core_C1CornerValue_op_Implicit_System_Double__C1_iOS_Core_C1CornerValue">implicit operator C1CornerValue(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 <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_op_Implicit_System_ValueTuple_System_Double_System_Double___C1_iOS_Core_C1CornerValue" data-uid="C1.iOS.Core.C1CornerValue.op_Implicit(System.ValueTuple{System.Double,System.Double})~C1.iOS.Core.C1CornerValue">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.op_Implicit.html#C1_iOS_Core_C1CornerValue_op_Implicit_System_ValueTuple_System_Double_System_Double___C1_iOS_Core_C1CornerValue">implicit operator C1CornerValue((double, double))</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a 2-values tuple of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> into a <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_C1CornerValue_op_Inequality_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_" data-uid="C1.iOS.Core.C1CornerValue.op_Inequality(C1.iOS.Core.C1CornerValue,C1.iOS.Core.C1CornerValue)">
          <a class="xref" href="C1.iOS.Core.C1CornerValue.op_Inequality.html#C1_iOS_Core_C1CornerValue_op_Inequality_C1_iOS_Core_C1CornerValue_C1_iOS_Core_C1CornerValue_">operator !=(C1CornerValue, C1CornerValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.iOS.Core.C1CornerValue.html">C1CornerValue</a> structures for inequality.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
