# FarPoint.Win.Inset

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Inset" data-uid="FarPoint.Win.Inset" class="text-break">Inset Class
</h1>
  <div class="markdown level0 summary"><p>Represents the dimensions of borders and margins.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Inset</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_Inset_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Inset</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Inset</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="FarPoint_Win_Inset__ctor_System_Int32_" data-uid="FarPoint.Win.Inset.#ctor(System.Int32)">
          <a class="xref" href="FarPoint.Win.Inset.-ctor.html#FarPoint_Win_Inset__ctor_System_Int32_">Inset(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an inset with specified side.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Inset__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Inset.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Inset.-ctor.html#FarPoint_Win_Inset__ctor_System_Int32_System_Int32_">Inset(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an inset with specified x and y.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Inset__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Inset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Inset.-ctor.html#FarPoint_Win_Inset__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">Inset(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an inset with specified four sides.</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="FarPoint_Win_Inset_Bottom" data-uid="FarPoint.Win.Inset.Bottom">
          <a class="xref" href="FarPoint.Win.Inset.Bottom.html#FarPoint_Win_Inset_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inset from the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Inset_Left" data-uid="FarPoint.Win.Inset.Left">
          <a class="xref" href="FarPoint.Win.Inset.Left.html#FarPoint_Win_Inset_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inset from the left.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Inset_Right" data-uid="FarPoint.Win.Inset.Right">
          <a class="xref" href="FarPoint.Win.Inset.Right.html#FarPoint_Win_Inset_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inset from the right.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Inset_Top" data-uid="FarPoint.Win.Inset.Top">
          <a class="xref" href="FarPoint.Win.Inset.Top.html#FarPoint_Win_Inset_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inset from the top.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
