# C1.Win.Gauge.BulletGraph.BulletGraphBorder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraph_BulletGraphBorder" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder" class="text-break">BulletGraphBorder Class
</h1>
  <div class="markdown level0 summary"><p>Encapsulates properties of a pen used to draw borders of <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> 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"><span class="xref">BulletGraphBorder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.html">BulletGraphBorder</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.BulletGraph.html">C1.Win.Gauge.BulletGraph</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class BulletGraphBorder : INotifyPropertyChanged, ICloneable, IEquatable&lt;BulletGraphBorder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class BulletGraphBorder
    Implements INotifyPropertyChanged, ICloneable, IEquatable(Of BulletGraphBorder)</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_Gauge_BulletGraph_BulletGraphBorder__ctor" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.#ctor">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.-ctor.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder__ctor">BulletGraphBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.html">BulletGraphBorder</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder__ctor_System_Drawing_Color_System_Double_C1_Win_Gauge_C1GaugeBorderStyle_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.#ctor(System.Drawing.Color,System.Double,C1.Win.Gauge.C1GaugeBorderStyle)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.-ctor.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder__ctor_System_Drawing_Color_System_Double_C1_Win_Gauge_C1GaugeBorderStyle_">BulletGraphBorder(Color, double, C1GaugeBorderStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.html">BulletGraphBorder</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_Gauge_BulletGraph_BulletGraphBorder_Color" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Color">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Color.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_LineStyle" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.LineStyle">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.LineStyle.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of lines drawn with a border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_Thickness" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Thickness">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Thickness.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> element.</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_Gauge_BulletGraph_BulletGraphBorder_Clone" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Clone">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Clone.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_Copy_C1_Win_Gauge_BulletGraph_BulletGraphBorder_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Copy(C1.Win.Gauge.BulletGraph.BulletGraphBorder)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Copy.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Copy_C1_Win_Gauge_BulletGraph_BulletGraphBorder_">Copy(BulletGraphBorder)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy values from the specified <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.html">BulletGraphBorder</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_Equals_C1_Win_Gauge_BulletGraph_BulletGraphBorder_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Equals(C1.Win.Gauge.BulletGraph.BulletGraphBorder)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Equals.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Equals_C1_Win_Gauge_BulletGraph_BulletGraphBorder_">Equals(BulletGraphBorder)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.html">BulletGraphBorder</a> object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_Equals_System_Object_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Equals(System.Object)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.Equals.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_GetHashCode" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.GetHashCode">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.GetHashCode.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_PropertyChanged" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.PropertyChanged">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when any properties change.</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="C1_Win_Gauge_BulletGraph_BulletGraphBorder_op_Equality_C1_Win_Gauge_BulletGraph_BulletGraphBorder_C1_Win_Gauge_BulletGraph_BulletGraphBorder_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.op_Equality(C1.Win.Gauge.BulletGraph.BulletGraphBorder,C1.Win.Gauge.BulletGraph.BulletGraphBorder)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.op_Equality.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_op_Equality_C1_Win_Gauge_BulletGraph_BulletGraphBorder_C1_Win_Gauge_BulletGraph_BulletGraphBorder_">operator ==(BulletGraphBorder, BulletGraphBorder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphBorder_op_Inequality_C1_Win_Gauge_BulletGraph_BulletGraphBorder_C1_Win_Gauge_BulletGraph_BulletGraphBorder_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphBorder.op_Inequality(C1.Win.Gauge.BulletGraph.BulletGraphBorder,C1.Win.Gauge.BulletGraph.BulletGraphBorder)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBorder.op_Inequality.html#C1_Win_Gauge_BulletGraph_BulletGraphBorder_op_Inequality_C1_Win_Gauge_BulletGraph_BulletGraphBorder_C1_Win_Gauge_BulletGraph_BulletGraphBorder_">operator !=(BulletGraphBorder, BulletGraphBorder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
