# GrapeCity.ActiveReports.Controls.CornersRadius

## Content

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



  <h1 id="GrapeCity_ActiveReports_Controls_CornersRadius" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius" class="text-break">CornersRadius Struct
</h1>
  <div class="markdown level0 summary"><p>This structure represents radiuses of rectangle's corners in percents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Controls.html">GrapeCity.ActiveReports.Controls</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Controls_CornersRadius_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public struct CornersRadius</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="GrapeCity_ActiveReports_Controls_CornersRadius__ctor_System_Nullable_System_Single__" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.#ctor(System.Nullable{System.Single})">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.-ctor.html#GrapeCity_ActiveReports_Controls_CornersRadius__ctor_System_Nullable_System_Single__">CornersRadius(float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new structure initialized with specified values.</p>
</td>
      </tr>
      <tr>
        <td 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})">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.-ctor.html#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?)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new structure initialized with specified values.</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="GrapeCity_ActiveReports_Controls_CornersRadius_BottomLeft" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.BottomLeft">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.BottomLeft.html#GrapeCity_ActiveReports_Controls_CornersRadius_BottomLeft">BottomLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Radius of the bottom left corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_BottomRight" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.BottomRight">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.BottomRight.html#GrapeCity_ActiveReports_Controls_CornersRadius_BottomRight">BottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Radius of the bottom right corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_Default" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.Default">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.Default.html#GrapeCity_ActiveReports_Controls_CornersRadius_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Default corner radius, if radius of a specified corner doesn't set, this value will be used instead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_TopLeft" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.TopLeft">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.TopLeft.html#GrapeCity_ActiveReports_Controls_CornersRadius_TopLeft">TopLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Radius of the top left corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_TopRight" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.TopRight">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.TopRight.html#GrapeCity_ActiveReports_Controls_CornersRadius_TopRight">TopRight</a>
        </td>
        <td class="markdown level1 summary"><p>Radius of the top right corner</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="GrapeCity_ActiveReports_Controls_CornersRadius_op_Implicit_System_Int32__GrapeCity_ActiveReports_Controls_CornersRadius" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.op_Implicit(System.Int32)~GrapeCity.ActiveReports.Controls.CornersRadius">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.op_Implicit.html#GrapeCity_ActiveReports_Controls_CornersRadius_op_Implicit_System_Int32__GrapeCity_ActiveReports_Controls_CornersRadius">implicit operator CornersRadius(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert int to new corner type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_op_Implicit_System_Single__GrapeCity_ActiveReports_Controls_CornersRadius" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.op_Implicit(System.Single)~GrapeCity.ActiveReports.Controls.CornersRadius">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.op_Implicit.html#GrapeCity_ActiveReports_Controls_CornersRadius_op_Implicit_System_Single__GrapeCity_ActiveReports_Controls_CornersRadius">implicit operator CornersRadius(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert float to new corner type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_op_Multiply_GrapeCity_ActiveReports_Controls_CornersRadius_System_Single_" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.op_Multiply(GrapeCity.ActiveReports.Controls.CornersRadius,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.op_Multiply.html#GrapeCity_ActiveReports_Controls_CornersRadius_op_Multiply_GrapeCity_ActiveReports_Controls_CornersRadius_System_Single_">operator *(CornersRadius, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the *.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Controls_CornersRadius_op_Multiply_System_Single_GrapeCity_ActiveReports_Controls_CornersRadius_" data-uid="GrapeCity.ActiveReports.Controls.CornersRadius.op_Multiply(System.Single,GrapeCity.ActiveReports.Controls.CornersRadius)">
          <a class="xref" href="GrapeCity.ActiveReports.Controls.CornersRadius.op_Multiply.html#GrapeCity_ActiveReports_Controls_CornersRadius_op_Multiply_System_Single_GrapeCity_ActiveReports_Controls_CornersRadius_">operator *(float, CornersRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the *.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
