# GrapeCity.ActiveReports.Controls.CornersRadius.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor*">CornersRadius Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_System_Nullable_System_Single__" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor(System.Nullable{System.Single})">CornersRadius(float?)</h4>
<div class="markdown level1 summary"><p>Creates new structure initialized with specified values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CornersRadius(float? defaultRadius)</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.single">float</a>?</td>
      <td><span class="parametername">defaultRadius</span></td>
      <td><p>Default radius.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor(System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single})">CornersRadius(float?, float?, float?, float?, float?)</h4>
<div class="markdown level1 summary"><p>Creates new structure initialized with specified values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CornersRadius(float? defaultRadius, float? topLeft, float? topRight, float? bottomLeft, float? bottomRight)</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.single">float</a>?</td>
      <td><span class="parametername">defaultRadius</span></td>
      <td><p>Default radius.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>?</td>
      <td><span class="parametername">topLeft</span></td>
      <td><p>Radius of the top left corner</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>?</td>
      <td><span class="parametername">topRight</span></td>
      <td><p>Radius of the top right corner</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>?</td>
      <td><span class="parametername">bottomLeft</span></td>
      <td><p>Radius of the bottom left corner</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>?</td>
      <td><span class="parametername">bottomRight</span></td>
      <td><p>Radius of the bottom right corner</p>
</td>
    </tr>
  </tbody>
</table>
</div>
