# C1.Win.Map.Border

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_Border" data-uid="C1.Win.Map.Border" class="text-break">Border Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border appearance for various map elements.</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">Border</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_Border_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Border : StyleObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Border
    Inherits StyleObject</code></pre>
  </div>
  <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_Border_Bottom" data-uid="C1.Win.Map.Border.Bottom">
          <a class="xref" href="C1.Win.Map.Border.Bottom.html#C1_Win_Map_Border_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom border line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Color" data-uid="C1.Win.Map.Border.Color">
          <a class="xref" href="C1.Win.Map.Border.Color.html#C1_Win_Map_Border_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of all sides of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Left" data-uid="C1.Win.Map.Border.Left">
          <a class="xref" href="C1.Win.Map.Border.Left.html#C1_Win_Map_Border_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left border line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Right" data-uid="C1.Win.Map.Border.Right">
          <a class="xref" href="C1.Win.Map.Border.Right.html#C1_Win_Map_Border_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right border line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_RoundRadius" data-uid="C1.Win.Map.Border.RoundRadius">
          <a class="xref" href="C1.Win.Map.Border.RoundRadius.html#C1_Win_Map_Border_RoundRadius">RoundRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the round radius of each corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Style" data-uid="C1.Win.Map.Border.Style">
          <a class="xref" href="C1.Win.Map.Border.Style.html#C1_Win_Map_Border_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash style of all sides of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Top" data-uid="C1.Win.Map.Border.Top">
          <a class="xref" href="C1.Win.Map.Border.Top.html#C1_Win_Map_Border_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top border line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_Width" data-uid="C1.Win.Map.Border.Width">
          <a class="xref" href="C1.Win.Map.Border.Width.html#C1_Win_Map_Border_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of all sides of the border.</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_Border_ResetBottom" data-uid="C1.Win.Map.Border.ResetBottom">
          <a class="xref" href="C1.Win.Map.Border.ResetBottom.html#C1_Win_Map_Border_ResetBottom">ResetBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Bottom to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetColor" data-uid="C1.Win.Map.Border.ResetColor">
          <a class="xref" href="C1.Win.Map.Border.ResetColor.html#C1_Win_Map_Border_ResetColor">ResetColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Color to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetLeft" data-uid="C1.Win.Map.Border.ResetLeft">
          <a class="xref" href="C1.Win.Map.Border.ResetLeft.html#C1_Win_Map_Border_ResetLeft">ResetLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Left to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetRight" data-uid="C1.Win.Map.Border.ResetRight">
          <a class="xref" href="C1.Win.Map.Border.ResetRight.html#C1_Win_Map_Border_ResetRight">ResetRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Right to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetRoundRadius" data-uid="C1.Win.Map.Border.ResetRoundRadius">
          <a class="xref" href="C1.Win.Map.Border.ResetRoundRadius.html#C1_Win_Map_Border_ResetRoundRadius">ResetRoundRadius()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the RoundRadius to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetStyle" data-uid="C1.Win.Map.Border.ResetStyle">
          <a class="xref" href="C1.Win.Map.Border.ResetStyle.html#C1_Win_Map_Border_ResetStyle">ResetStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Style to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetTop" data-uid="C1.Win.Map.Border.ResetTop">
          <a class="xref" href="C1.Win.Map.Border.ResetTop.html#C1_Win_Map_Border_ResetTop">ResetTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Top to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ResetWidth" data-uid="C1.Win.Map.Border.ResetWidth">
          <a class="xref" href="C1.Win.Map.Border.ResetWidth.html#C1_Win_Map_Border_ResetWidth">ResetWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Width to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeBottom" data-uid="C1.Win.Map.Border.ShouldSerializeBottom">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeBottom.html#C1_Win_Map_Border_ShouldSerializeBottom">ShouldSerializeBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Bottom is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeColor" data-uid="C1.Win.Map.Border.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeColor.html#C1_Win_Map_Border_ShouldSerializeColor">ShouldSerializeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Color is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeLeft" data-uid="C1.Win.Map.Border.ShouldSerializeLeft">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeLeft.html#C1_Win_Map_Border_ShouldSerializeLeft">ShouldSerializeLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Left is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeRight" data-uid="C1.Win.Map.Border.ShouldSerializeRight">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeRight.html#C1_Win_Map_Border_ShouldSerializeRight">ShouldSerializeRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Right is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeRoundRadius" data-uid="C1.Win.Map.Border.ShouldSerializeRoundRadius">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeRoundRadius.html#C1_Win_Map_Border_ShouldSerializeRoundRadius">ShouldSerializeRoundRadius()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if RoundRadius is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeStyle" data-uid="C1.Win.Map.Border.ShouldSerializeStyle">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeStyle.html#C1_Win_Map_Border_ShouldSerializeStyle">ShouldSerializeStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Style is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeTop" data-uid="C1.Win.Map.Border.ShouldSerializeTop">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeTop.html#C1_Win_Map_Border_ShouldSerializeTop">ShouldSerializeTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Top is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_Border_ShouldSerializeWidth" data-uid="C1.Win.Map.Border.ShouldSerializeWidth">
          <a class="xref" href="C1.Win.Map.Border.ShouldSerializeWidth.html#C1_Win_Map_Border_ShouldSerializeWidth">ShouldSerializeWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Width is in default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
