# C1.Blazor.Chart.Padding

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Chart_Padding" data-uid="C1.Blazor.Chart.Padding" class="text-break">Padding Struct
</h1>
  <div class="markdown level0 summary"><p>Specifies paddong</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Chart.html">C1.Blazor.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Chart.dll</h6>
  <h5 id="C1_Blazor_Chart_Padding_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Padding</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Padding</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_Blazor_Chart_Padding__ctor_System_Int32_" data-uid="C1.Blazor.Chart.Padding.#ctor(System.Int32)">
          <a class="xref" href="C1.Blazor.Chart.Padding.-ctor.html#C1_Blazor_Chart_Padding__ctor_System_Int32_">Padding(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">System.Windows.Forms.Padding</span> class using the supplied padding size for all edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Blazor.Chart.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Blazor.Chart.Padding.-ctor.html#C1_Blazor_Chart_Padding__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">Padding(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">System.Windows.Forms.Padding</span> class using a separate padding size for each edge.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Empty" data-uid="C1.Blazor.Chart.Padding.Empty">
          <a class="xref" href="C1.Blazor.Chart.Padding.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Empty padding.</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_Blazor_Chart_Padding_All" data-uid="C1.Blazor.Chart.Padding.All">
          <a class="xref" href="C1.Blazor.Chart.Padding.All.html#C1_Blazor_Chart_Padding_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets all padding values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Bottom" data-uid="C1.Blazor.Chart.Padding.Bottom">
          <a class="xref" href="C1.Blazor.Chart.Padding.Bottom.html#C1_Blazor_Chart_Padding_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Horizontal" data-uid="C1.Blazor.Chart.Padding.Horizontal">
          <a class="xref" href="C1.Blazor.Chart.Padding.Horizontal.html#C1_Blazor_Chart_Padding_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total horizontal padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Left" data-uid="C1.Blazor.Chart.Padding.Left">
          <a class="xref" href="C1.Blazor.Chart.Padding.Left.html#C1_Blazor_Chart_Padding_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Right" data-uid="C1.Blazor.Chart.Padding.Right">
          <a class="xref" href="C1.Blazor.Chart.Padding.Right.html#C1_Blazor_Chart_Padding_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Size" data-uid="C1.Blazor.Chart.Padding.Size">
          <a class="xref" href="C1.Blazor.Chart.Padding.Size.html#C1_Blazor_Chart_Padding_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Top" data-uid="C1.Blazor.Chart.Padding.Top">
          <a class="xref" href="C1.Blazor.Chart.Padding.Top.html#C1_Blazor_Chart_Padding_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Vertical" data-uid="C1.Blazor.Chart.Padding.Vertical">
          <a class="xref" href="C1.Blazor.Chart.Padding.Vertical.html#C1_Blazor_Chart_Padding_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total vertical padding.</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_Blazor_Chart_Padding_Add_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.Add(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.Add.html#C1_Blazor_Chart_Padding_Add_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">Add(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of the two specified <span class="xref">System.Windows.Forms.Padding</span> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Equals_System_Object_" data-uid="C1.Blazor.Chart.Padding.Equals(System.Object)">
          <a class="xref" href="C1.Blazor.Chart.Padding.Equals.html#C1_Blazor_Chart_Padding_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 <span class="xref">System.Windows.Forms.Padding</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_GetHashCode" data-uid="C1.Blazor.Chart.Padding.GetHashCode">
          <a class="xref" href="C1.Blazor.Chart.Padding.GetHashCode.html#C1_Blazor_Chart_Padding_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a hash code for the current <span class="xref">System.Windows.Forms.Padding</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_Subtract_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.Subtract(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.Subtract.html#C1_Blazor_Chart_Padding_Subtract_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">Subtract(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Subtracts one specified <span class="xref">System.Windows.Forms.Padding</span> value from another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_ToString" data-uid="C1.Blazor.Chart.Padding.ToString">
          <a class="xref" href="C1.Blazor.Chart.Padding.ToString.html#C1_Blazor_Chart_Padding_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <span class="xref">System.Windows.Forms.Padding</span>.</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_Blazor_Chart_Padding_op_Addition_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.op_Addition(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.op_Addition.html#C1_Blazor_Chart_Padding_op_Addition_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">operator +(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs vector addition on the two specified <span class="xref">System.Windows.Forms.Padding</span> objects, resulting in a new <span class="xref">System.Windows.Forms.Padding</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_op_Equality_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.op_Equality(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.op_Equality.html#C1_Blazor_Chart_Padding_op_Equality_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">operator ==(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <span class="xref">System.Windows.Forms.Padding</span> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_op_Inequality_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.op_Inequality(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.op_Inequality.html#C1_Blazor_Chart_Padding_op_Inequality_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">operator !=(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <span class="xref">System.Windows.Forms.Padding</span> objects are not equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Padding_op_Subtraction_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_" data-uid="C1.Blazor.Chart.Padding.op_Subtraction(C1.Blazor.Chart.Padding,C1.Blazor.Chart.Padding)">
          <a class="xref" href="C1.Blazor.Chart.Padding.op_Subtraction.html#C1_Blazor_Chart_Padding_op_Subtraction_C1_Blazor_Chart_Padding_C1_Blazor_Chart_Padding_">operator -(Padding, Padding)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs vector subtraction on the two specified <span class="xref">System.Windows.Forms.Padding</span> objects, resulting in a new <span class="xref">System.Windows.Forms.Padding</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
