# C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles" class="text-break">BulletGraphMarkStyles 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> marks.</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">BulletGraphMarkStyles</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.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_BulletGraphMarkStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BulletGraphMarkStyles : BaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BulletGraphMarkStyles
    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_BulletGraphMarkStyles_Scale" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Scale">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Scale.html#C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the scale mark element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles_Target" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Target">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Target.html#C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the target mark element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles_Value" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Value">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.Value.html#C1_Win_Gauge_BulletGraph_BulletGraphMarkStyles_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the value mark element on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
