# FarPoint.Win.Chart.PaddingF

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_PaddingF" data-uid="FarPoint.Win.Chart.PaddingF" class="text-break">PaddingF Struct
</h1>
  <div class="markdown level0 summary"><p>Represents padding or margin information.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_PaddingF_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PaddingFConverter))]
public struct PaddingF</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PaddingFConverter))&gt;
Public Structure PaddingF</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_Chart_PaddingF__ctor_System_Single_" data-uid="FarPoint.Win.Chart.PaddingF.#ctor(System.Single)">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.-ctor.html#FarPoint_Win_Chart_PaddingF__ctor_System_Single_">PaddingF(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the PaddingF class using the same
padding size for all edges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="FarPoint.Win.Chart.PaddingF.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.-ctor.html#FarPoint_Win_Chart_PaddingF__ctor_System_Single_System_Single_System_Single_System_Single_">PaddingF(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the PaddingF class using a separate
padding size for each edge.</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_Chart_PaddingF_Bottom" data-uid="FarPoint.Win.Chart.PaddingF.Bottom">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.Bottom.html#FarPoint_Win_Chart_PaddingF_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding size for the bottom edge.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF_Left" data-uid="FarPoint.Win.Chart.PaddingF.Left">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.Left.html#FarPoint_Win_Chart_PaddingF_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding size for the left edge.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF_Right" data-uid="FarPoint.Win.Chart.PaddingF.Right">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.Right.html#FarPoint_Win_Chart_PaddingF_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding size for the right edge.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF_Top" data-uid="FarPoint.Win.Chart.PaddingF.Top">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.Top.html#FarPoint_Win_Chart_PaddingF_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding size for the top edge.</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="FarPoint_Win_Chart_PaddingF_Equals_System_Object_" data-uid="FarPoint.Win.Chart.PaddingF.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.Equals.html#FarPoint_Win_Chart_PaddingF_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equivalent to the current padding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF_GetHashCode" data-uid="FarPoint.Win.Chart.PaddingF.GetHashCode">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.GetHashCode.html#FarPoint_Win_Chart_PaddingF_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a hash code for the current Padding object.</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="FarPoint_Win_Chart_PaddingF_op_Equality_FarPoint_Win_Chart_PaddingF_FarPoint_Win_Chart_PaddingF_" data-uid="FarPoint.Win.Chart.PaddingF.op_Equality(FarPoint.Win.Chart.PaddingF,FarPoint.Win.Chart.PaddingF)">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.op_Equality.html#FarPoint_Win_Chart_PaddingF_op_Equality_FarPoint_Win_Chart_PaddingF_FarPoint_Win_Chart_PaddingF_">operator ==(PaddingF, PaddingF)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two specified Padding objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_PaddingF_op_Inequality_FarPoint_Win_Chart_PaddingF_FarPoint_Win_Chart_PaddingF_" data-uid="FarPoint.Win.Chart.PaddingF.op_Inequality(FarPoint.Win.Chart.PaddingF,FarPoint.Win.Chart.PaddingF)">
          <a class="xref" href="FarPoint.Win.Chart.PaddingF.op_Inequality.html#FarPoint_Win_Chart_PaddingF_op_Inequality_FarPoint_Win_Chart_PaddingF_FarPoint_Win_Chart_PaddingF_">operator !=(PaddingF, PaddingF)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two specified Padding objects are not equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
