# C1.Blazor.Chart.Padding.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Chart_Padding_Add_" data-uid="C1.Blazor.Chart.Padding.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Chart_Padding_Add_" data-uid="C1.Blazor.Chart.Padding.Add*"></a>
<h4 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)">Add(Padding, Padding)</h4>
<div class="markdown level1 summary"><p>Computes the sum of the two specified <span class="xref">System.Windows.Forms.Padding</span> values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Padding Add(Padding p1, Padding p2)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Add(p1 As Padding, p2 As Padding) 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.Blazor.Chart.Padding.html">Padding</a></td>
      <td><span class="parametername">p1</span></td>
      <td><p>A <span class="xref">System.Windows.Forms.Padding</span>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Blazor.Chart.Padding.html">Padding</a></td>
      <td><span class="parametername">p2</span></td>
      <td><p>A <span class="xref">System.Windows.Forms.Padding</span>.</p>
</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.Blazor.Chart.Padding.html">Padding</a></td>
      <td><p>A <span class="xref">System.Windows.Forms.Padding</span> that contains the sum of the two specified <span class="xref">System.Windows.Forms.Padding</span> values.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
