# C1.Win.Map.CornerRadius

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_CornerRadius" data-uid="C1.Win.Map.CornerRadius" class="text-break">CornerRadius Class
</h1>
  <div class="markdown level0 summary"><p>Represents the corner radius of the border.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.Map.NotifyObject.html">NotifyObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Map.StyleObject.html">StyleObject</a></div>
    <div class="level3"><span class="xref">CornerRadius</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_CornerRadius_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class CornerRadius : StyleObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class CornerRadius
    Inherits StyleObject</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_Win_Map_CornerRadius__ctor_C1_Win_Map_CornerRadius_" data-uid="C1.Win.Map.CornerRadius.#ctor(C1.Win.Map.CornerRadius)">
          <a class="xref" href="C1.Win.Map.CornerRadius.-ctor.html#C1_Win_Map_CornerRadius__ctor_C1_Win_Map_CornerRadius_">CornerRadius(CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Map.CornerRadius.html">CornerRadius</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius__ctor_C1_Win_Map_CornerRadius_C1_Win_Map_CornerRadius_" data-uid="C1.Win.Map.CornerRadius.#ctor(C1.Win.Map.CornerRadius,C1.Win.Map.CornerRadius)">
          <a class="xref" href="C1.Win.Map.CornerRadius.-ctor.html#C1_Win_Map_CornerRadius__ctor_C1_Win_Map_CornerRadius_C1_Win_Map_CornerRadius_">CornerRadius(CornerRadius, CornerRadius)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Map.CornerRadius.html">CornerRadius</a> class.</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_Win_Map_CornerRadius_All" data-uid="C1.Win.Map.CornerRadius.All">
          <a class="xref" href="C1.Win.Map.CornerRadius.All.html#C1_Win_Map_CornerRadius_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of all corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_BottomLeft" data-uid="C1.Win.Map.CornerRadius.BottomLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.BottomLeft.html#C1_Win_Map_CornerRadius_BottomLeft">BottomLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_BottomRight" data-uid="C1.Win.Map.CornerRadius.BottomRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.BottomRight.html#C1_Win_Map_CornerRadius_BottomRight">BottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_TopLeft" data-uid="C1.Win.Map.CornerRadius.TopLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.TopLeft.html#C1_Win_Map_CornerRadius_TopLeft">TopLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_TopRight" data-uid="C1.Win.Map.CornerRadius.TopRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.TopRight.html#C1_Win_Map_CornerRadius_TopRight">TopRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of top 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_Win_Map_CornerRadius_ResetAll" data-uid="C1.Win.Map.CornerRadius.ResetAll">
          <a class="xref" href="C1.Win.Map.CornerRadius.ResetAll.html#C1_Win_Map_CornerRadius_ResetAll">ResetAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the All to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ResetBottomLeft" data-uid="C1.Win.Map.CornerRadius.ResetBottomLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.ResetBottomLeft.html#C1_Win_Map_CornerRadius_ResetBottomLeft">ResetBottomLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BottomLeft to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ResetBottomRight" data-uid="C1.Win.Map.CornerRadius.ResetBottomRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.ResetBottomRight.html#C1_Win_Map_CornerRadius_ResetBottomRight">ResetBottomRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BottomRight to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ResetTopLeft" data-uid="C1.Win.Map.CornerRadius.ResetTopLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.ResetTopLeft.html#C1_Win_Map_CornerRadius_ResetTopLeft">ResetTopLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the TopLeft to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ResetTopRight" data-uid="C1.Win.Map.CornerRadius.ResetTopRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.ResetTopRight.html#C1_Win_Map_CornerRadius_ResetTopRight">ResetTopRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the TopRight to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ShouldSerializeAll" data-uid="C1.Win.Map.CornerRadius.ShouldSerializeAll">
          <a class="xref" href="C1.Win.Map.CornerRadius.ShouldSerializeAll.html#C1_Win_Map_CornerRadius_ShouldSerializeAll">ShouldSerializeAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if All is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ShouldSerializeBottomLeft" data-uid="C1.Win.Map.CornerRadius.ShouldSerializeBottomLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.ShouldSerializeBottomLeft.html#C1_Win_Map_CornerRadius_ShouldSerializeBottomLeft">ShouldSerializeBottomLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if BottomLeft is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ShouldSerializeBottomRight" data-uid="C1.Win.Map.CornerRadius.ShouldSerializeBottomRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.ShouldSerializeBottomRight.html#C1_Win_Map_CornerRadius_ShouldSerializeBottomRight">ShouldSerializeBottomRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if BottomRight is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ShouldSerializeTopLeft" data-uid="C1.Win.Map.CornerRadius.ShouldSerializeTopLeft">
          <a class="xref" href="C1.Win.Map.CornerRadius.ShouldSerializeTopLeft.html#C1_Win_Map_CornerRadius_ShouldSerializeTopLeft">ShouldSerializeTopLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if TopLeft is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_CornerRadius_ShouldSerializeTopRight" data-uid="C1.Win.Map.CornerRadius.ShouldSerializeTopRight">
          <a class="xref" href="C1.Win.Map.CornerRadius.ShouldSerializeTopRight.html#C1_Win_Map_CornerRadius_ShouldSerializeTopRight">ShouldSerializeTopRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if TopRight is in default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
