# C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle" class="text-break">BulletGraphShapeStyle Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for a style of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> shape element.</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.Gauge.StyledPropertyCollection.html">StyledPropertyCollection</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Gauge.BaseStyle.html">BaseStyle</a></div>
    <div class="level3"><span class="xref">BulletGraphShapeStyle</span></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBadRangeStyle.html">BulletGraphBadRangeStyle</a></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphBarRangeStyle.html">BulletGraphBarRangeStyle</a></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphGoodRangeStyle.html">BulletGraphGoodRangeStyle</a></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphValueMarkStyle.html">BulletGraphValueMarkStyle</a></div>
      <div class="level4"><a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphValueRangeStyle.html">BulletGraphValueRangeStyle</a></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.idisposable">IDisposable</a></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_BulletGraphShapeStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BulletGraphShapeStyle : BaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BulletGraphShapeStyle
    Inherits BaseStyle
    Implements INotifyPropertyChanged, IDisposable</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_Gauge_BulletGraph_BulletGraphShapeStyle_Border" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Border">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Border.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that encapsulates properties of a pen
used to draw borders of <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_Color" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Color">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Color.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_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_BulletGraphShapeStyle_Width" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Width">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Width.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width 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_BulletGraphShapeStyle_Copy_C1_Win_Gauge_BaseStyle_" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Copy(C1.Win.Gauge.BaseStyle)">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.Copy.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_Copy_C1_Win_Gauge_BaseStyle_">Copy(BaseStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties of the specified style of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetBorder" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetBorder">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetBorder.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetColor" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetColor">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetColor.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetColor">ResetColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetWidth" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetWidth">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ResetWidth.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ResetWidth">ResetWidth()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeBorder" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeBorder.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeBorder">ShouldSerializeBorder()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeColor" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeColor.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeColor">ShouldSerializeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeWidth" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeWidth">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphShapeStyle.ShouldSerializeWidth.html#C1_Win_Gauge_BulletGraph_BulletGraphShapeStyle_ShouldSerializeWidth">ShouldSerializeWidth()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
