# C1.Android.Core.C1Thickness

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Android_Core_C1Thickness" data-uid="C1.Android.Core.C1Thickness" class="text-break">C1Thickness 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>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Android.Core.html">C1.Android.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Android.Core.dll</h6>
  <h5 id="C1_Android_Core_C1Thickness_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct C1Thickness : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure C1Thickness
    Implements ICloneable</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_Android_Core_C1Thickness__ctor_System_Double_" data-uid="C1.Android.Core.C1Thickness.#ctor(System.Double)">
          <a class="xref" href="C1.Android.Core.C1Thickness.-ctor.html#C1_Android_Core_C1Thickness__ctor_System_Double_">C1Thickness(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a> structure that has the specified uniform length on each side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness__ctor_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.Android.Core.C1Thickness.#ctor(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.Android.Core.C1Thickness.-ctor.html#C1_Android_Core_C1Thickness__ctor_System_Double_System_Double_System_Double_System_Double_">C1Thickness(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a> structure that has specific lengths (supplied as a System.Double) applied to each side 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_Android_Core_C1Thickness_Bottom" data-uid="C1.Android.Core.C1Thickness.Bottom">
          <a class="xref" href="C1.Android.Core.C1Thickness.Bottom.html#C1_Android_Core_C1Thickness_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width, in pixels, of the lower side of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_IsUniform" data-uid="C1.Android.Core.C1Thickness.IsUniform">
          <a class="xref" href="C1.Android.Core.C1Thickness.IsUniform.html#C1_Android_Core_C1Thickness_IsUniform">IsUniform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the thickness is uniform.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_IsZero" data-uid="C1.Android.Core.C1Thickness.IsZero">
          <a class="xref" href="C1.Android.Core.C1Thickness.IsZero.html#C1_Android_Core_C1Thickness_IsZero">IsZero</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the thickness is zero in all edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_Left" data-uid="C1.Android.Core.C1Thickness.Left">
          <a class="xref" href="C1.Android.Core.C1Thickness.Left.html#C1_Android_Core_C1Thickness_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width, in pixels, of the left side of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_Right" data-uid="C1.Android.Core.C1Thickness.Right">
          <a class="xref" href="C1.Android.Core.C1Thickness.Right.html#C1_Android_Core_C1Thickness_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width, in pixels, of the right side of the bounding rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_Top" data-uid="C1.Android.Core.C1Thickness.Top">
          <a class="xref" href="C1.Android.Core.C1Thickness.Top.html#C1_Android_Core_C1Thickness_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width, in pixels, of the upper side 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_Android_Core_C1Thickness_Clone" data-uid="C1.Android.Core.C1Thickness.Clone">
          <a class="xref" href="C1.Android.Core.C1Thickness.Clone.html#C1_Android_Core_C1Thickness_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_Equals_System_Object_" data-uid="C1.Android.Core.C1Thickness.Equals(System.Object)">
          <a class="xref" href="C1.Android.Core.C1Thickness.Equals.html#C1_Android_Core_C1Thickness_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_Android_Core_C1Thickness_GetHashCode" data-uid="C1.Android.Core.C1Thickness.GetHashCode">
          <a class="xref" href="C1.Android.Core.C1Thickness.GetHashCode.html#C1_Android_Core_C1Thickness_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_ToString" data-uid="C1.Android.Core.C1Thickness.ToString">
          <a class="xref" href="C1.Android.Core.C1Thickness.ToString.html#C1_Android_Core_C1Thickness_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string representation of <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</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_Android_Core_C1Thickness_op_Equality_C1_Android_Core_C1Thickness_C1_Android_Core_C1Thickness_" data-uid="C1.Android.Core.C1Thickness.op_Equality(C1.Android.Core.C1Thickness,C1.Android.Core.C1Thickness)">
          <a class="xref" href="C1.Android.Core.C1Thickness.op_Equality.html#C1_Android_Core_C1Thickness_op_Equality_C1_Android_Core_C1Thickness_C1_Android_Core_C1Thickness_">operator ==(C1Thickness, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a> structures for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_op_Implicit_System_Double__C1_Android_Core_C1Thickness" data-uid="C1.Android.Core.C1Thickness.op_Implicit(System.Double)~C1.Android.Core.C1Thickness">
          <a class="xref" href="C1.Android.Core.C1Thickness.op_Implicit.html#C1_Android_Core_C1Thickness_op_Implicit_System_Double__C1_Android_Core_C1Thickness">implicit operator C1Thickness(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a double into a uniform <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_op_Implicit_System_String__C1_Android_Core_C1Thickness" data-uid="C1.Android.Core.C1Thickness.op_Implicit(System.String)~C1.Android.Core.C1Thickness">
          <a class="xref" href="C1.Android.Core.C1Thickness.op_Implicit.html#C1_Android_Core_C1Thickness_op_Implicit_System_String__C1_Android_Core_C1Thickness">implicit operator C1Thickness(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a string into a <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Thickness_op_Inequality_C1_Android_Core_C1Thickness_C1_Android_Core_C1Thickness_" data-uid="C1.Android.Core.C1Thickness.op_Inequality(C1.Android.Core.C1Thickness,C1.Android.Core.C1Thickness)">
          <a class="xref" href="C1.Android.Core.C1Thickness.op_Inequality.html#C1_Android_Core_C1Thickness_op_Inequality_C1_Android_Core_C1Thickness_C1_Android_Core_C1Thickness_">operator !=(C1Thickness, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.Android.Core.C1Thickness.html">C1Thickness</a> structures for inequality.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
