# C1.Framework.Thickness.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Thickness_op_Implicit_" data-uid="C1.Framework.Thickness.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Thickness_op_Implicit_" data-uid="C1.Framework.Thickness.op_Implicit*"></a>
<h4 id="C1_Framework_Thickness_op_Implicit_System_Int32__C1_Framework_Thickness" data-uid="C1.Framework.Thickness.op_Implicit(System.Int32)~C1.Framework.Thickness">implicit operator Thickness(int)</h4>
<div 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.Framework.Thickness.html">Thickness</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Thickness(int width)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(width As Integer) As Thickness</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Framework.Thickness.html">Thickness</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_Thickness_op_Implicit_" data-uid="C1.Framework.Thickness.op_Implicit*"></a>
<h4 id="C1_Framework_Thickness_op_Implicit_C1_Framework_Thickness__System_Windows_Forms_Padding" data-uid="C1.Framework.Thickness.op_Implicit(C1.Framework.Thickness)~System.Windows.Forms.Padding">implicit operator Padding(Thickness)</h4>
<div class="markdown level1 summary"><p>Converts an <a class="xref" href="C1.Framework.Thickness.html">Thickness</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.padding">Padding</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Padding(Thickness thickness)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(thickness As Thickness) As Padding</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.Framework.Thickness.html">Thickness</a></td>
      <td><span class="parametername">thickness</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.padding">Padding</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_Thickness_op_Implicit_" data-uid="C1.Framework.Thickness.op_Implicit*"></a>
<h4 id="C1_Framework_Thickness_op_Implicit_System_Windows_Forms_Padding__C1_Framework_Thickness" data-uid="C1.Framework.Thickness.op_Implicit(System.Windows.Forms.Padding)~C1.Framework.Thickness">implicit operator Thickness(Padding)</h4>
<div class="markdown level1 summary"><p>Converts an <a class="xref" href="C1.Framework.Thickness.html">Thickness</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.padding">Padding</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Thickness(Padding padding)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(padding As Padding) As Thickness</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.padding">Padding</a></td>
      <td><span class="parametername">padding</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Framework.Thickness.html">Thickness</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
