# C1.Document.CornerRadius

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_CornerRadius" data-uid="C1.Document.CornerRadius" class="text-break">CornerRadius Struct
</h1>
  <div class="markdown level0 summary"><p>Defines the corners' radii of a rounded rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_CornerRadius_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CornerRadiusConverter))]
public struct CornerRadius</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CornerRadiusConverter))&gt;
Public Structure CornerRadius</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_Document_CornerRadius__ctor_System_Double_" data-uid="C1.Document.CornerRadius.#ctor(System.Double)">
          <a class="xref" href="C1.Document.CornerRadius.-ctor.html#C1_Document_CornerRadius__ctor_System_Double_">CornerRadius(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.CornerRadius.html">CornerRadius</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius__ctor_System_Double_System_Double_" data-uid="C1.Document.CornerRadius.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.Document.CornerRadius.-ctor.html#C1_Document_CornerRadius__ctor_System_Double_System_Double_">CornerRadius(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.CornerRadius.html">CornerRadius</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius__ctor_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.Document.CornerRadius.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.Document.CornerRadius.-ctor.html#C1_Document_CornerRadius__ctor_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">CornerRadius(double, double, double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.CornerRadius.html">CornerRadius</a> structure.</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_Document_CornerRadius_Default" data-uid="C1.Document.CornerRadius.Default">
          <a class="xref" href="C1.Document.CornerRadius.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Document.CornerRadius.html">CornerRadius</a> structure defining a rectangle with square corners.</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_Document_CornerRadius_All" data-uid="C1.Document.CornerRadius.All">
          <a class="xref" href="C1.Document.CornerRadius.All.html#C1_Document_CornerRadius_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a single radius value for all corners.
Getting this property when different radii have different values returns null.
Setting this property to null does not have any effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_AllX" data-uid="C1.Document.CornerRadius.AllX">
          <a class="xref" href="C1.Document.CornerRadius.AllX.html#C1_Document_CornerRadius_AllX">AllX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a single X radius value for all corners.
Getting this property when different X radii have different values returns null.
Setting this property to null does not have any effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_AllY" data-uid="C1.Document.CornerRadius.AllY">
          <a class="xref" href="C1.Document.CornerRadius.AllY.html#C1_Document_CornerRadius_AllY">AllY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a single Y radius value for all corners.
Getting this property when different Y radii have different values returns null.
Setting this property to null does not have any effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_BottomLeftX" data-uid="C1.Document.CornerRadius.BottomLeftX">
          <a class="xref" href="C1.Document.CornerRadius.BottomLeftX.html#C1_Document_CornerRadius_BottomLeftX">BottomLeftX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_BottomLeftY" data-uid="C1.Document.CornerRadius.BottomLeftY">
          <a class="xref" href="C1.Document.CornerRadius.BottomLeftY.html#C1_Document_CornerRadius_BottomLeftY">BottomLeftY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_BottomRightX" data-uid="C1.Document.CornerRadius.BottomRightX">
          <a class="xref" href="C1.Document.CornerRadius.BottomRightX.html#C1_Document_CornerRadius_BottomRightX">BottomRightX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_BottomRightY" data-uid="C1.Document.CornerRadius.BottomRightY">
          <a class="xref" href="C1.Document.CornerRadius.BottomRightY.html#C1_Document_CornerRadius_BottomRightY">BottomRightY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_TopLeftX" data-uid="C1.Document.CornerRadius.TopLeftX">
          <a class="xref" href="C1.Document.CornerRadius.TopLeftX.html#C1_Document_CornerRadius_TopLeftX">TopLeftX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the upper left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_TopLeftY" data-uid="C1.Document.CornerRadius.TopLeftY">
          <a class="xref" href="C1.Document.CornerRadius.TopLeftY.html#C1_Document_CornerRadius_TopLeftY">TopLeftY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the upper left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_TopRightX" data-uid="C1.Document.CornerRadius.TopRightX">
          <a class="xref" href="C1.Document.CornerRadius.TopRightX.html#C1_Document_CornerRadius_TopRightX">TopRightX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the upper right corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_CornerRadius_TopRightY" data-uid="C1.Document.CornerRadius.TopRightY">
          <a class="xref" href="C1.Document.CornerRadius.TopRightY.html#C1_Document_CornerRadius_TopRightY">TopRightY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the upper right corner.</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_Document_CornerRadius_ToString" data-uid="C1.Document.CornerRadius.ToString">
          <a class="xref" href="C1.Document.CornerRadius.ToString.html#C1_Document_CornerRadius_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
