# C1.Win.Sizer.Corners

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Sizer_Corners" data-uid="C1.Win.Sizer.Corners" class="text-break">Corners Struct
</h1>
  <div class="markdown level0 summary"><p>Represents corners associated with a user interface (UI) element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Sizer.html">C1.Win.Sizer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Sizer.4.8.dll</h6>
  <h5 id="C1_Win_Sizer_Corners_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CornersConverter))]
public struct Corners</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CornersConverter))&gt;
Public Structure Corners</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_Win_Sizer_Corners__ctor_System_Int32_" data-uid="C1.Win.Sizer.Corners.#ctor(System.Int32)">
          <a class="xref" href="C1.Win.Sizer.Corners.-ctor.html#C1_Win_Sizer_Corners__ctor_System_Int32_">Corners(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.Sizer.Corners.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Sizer.Corners.-ctor.html#C1_Win_Sizer_Corners__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">Corners(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> object.</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_Win_Sizer_Corners_Empty" data-uid="C1.Win.Sizer.Corners.Empty">
          <a class="xref" href="C1.Win.Sizer.Corners.Empty.html#C1_Win_Sizer_Corners_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> object with no thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_IsEmpty" data-uid="C1.Win.Sizer.Corners.IsEmpty">
          <a class="xref" href="C1.Win.Sizer.Corners.IsEmpty.html#C1_Win_Sizer_Corners_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> object is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_LeftBottom" data-uid="C1.Win.Sizer.Corners.LeftBottom">
          <a class="xref" href="C1.Win.Sizer.Corners.LeftBottom.html#C1_Win_Sizer_Corners_LeftBottom">LeftBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the left bottom corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_LeftTop" data-uid="C1.Win.Sizer.Corners.LeftTop">
          <a class="xref" href="C1.Win.Sizer.Corners.LeftTop.html#C1_Win_Sizer_Corners_LeftTop">LeftTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the left top corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_RightBottom" data-uid="C1.Win.Sizer.Corners.RightBottom">
          <a class="xref" href="C1.Win.Sizer.Corners.RightBottom.html#C1_Win_Sizer_Corners_RightBottom">RightBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the right bottom corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_RightTop" data-uid="C1.Win.Sizer.Corners.RightTop">
          <a class="xref" href="C1.Win.Sizer.Corners.RightTop.html#C1_Win_Sizer_Corners_RightTop">RightTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the right top corner.</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_Win_Sizer_Corners_Equals_System_Object_" data-uid="C1.Win.Sizer.Corners.Equals(System.Object)">
          <a class="xref" href="C1.Win.Sizer.Corners.Equals.html#C1_Win_Sizer_Corners_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the value of the specified object is equivalent
to the current <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_GetHashCode" data-uid="C1.Win.Sizer.Corners.GetHashCode">
          <a class="xref" href="C1.Win.Sizer.Corners.GetHashCode.html#C1_Win_Sizer_Corners_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a hash code for the current <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a>.</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_Win_Sizer_Corners_op_Equality_C1_Win_Sizer_Corners_C1_Win_Sizer_Corners_" data-uid="C1.Win.Sizer.Corners.op_Equality(C1.Win.Sizer.Corners,C1.Win.Sizer.Corners)">
          <a class="xref" href="C1.Win.Sizer.Corners.op_Equality.html#C1_Win_Sizer_Corners_op_Equality_C1_Win_Sizer_Corners_C1_Win_Sizer_Corners_">operator ==(Corners, Corners)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_op_Implicit_System_Int32__C1_Win_Sizer_Corners" data-uid="C1.Win.Sizer.Corners.op_Implicit(System.Int32)~C1.Win.Sizer.Corners">
          <a class="xref" href="C1.Win.Sizer.Corners.op_Implicit.html#C1_Win_Sizer_Corners_op_Implicit_System_Int32__C1_Win_Sizer_Corners">implicit operator Corners(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> into a <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Corners_op_Inequality_C1_Win_Sizer_Corners_C1_Win_Sizer_Corners_" data-uid="C1.Win.Sizer.Corners.op_Inequality(C1.Win.Sizer.Corners,C1.Win.Sizer.Corners)">
          <a class="xref" href="C1.Win.Sizer.Corners.op_Inequality.html#C1_Win_Sizer_Corners_op_Inequality_C1_Win_Sizer_Corners_C1_Win_Sizer_Corners_">operator !=(Corners, Corners)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="C1.Win.Sizer.Corners.html">Corners</a> objects are not equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
