# C1.Win.Gauge.BulletGraph.BulletGraphTheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraph_BulletGraphTheme" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphTheme" class="text-break">BulletGraphTheme Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphTheme.html">BulletGraphTheme</a> class represents the theme for the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control
which contains display attributes that determine the appearance of control.</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">BulletGraphTheme</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_BulletGraphTheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BulletGraphTheme : BaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BulletGraphTheme
    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_BulletGraphTheme_Common" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Common">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Common.html#C1_Win_Gauge_BulletGraph_BulletGraphTheme_Common">Common</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphCommonStyle.html">BulletGraphCommonStyle</a> containing display attributes that
determine the general appearance of the control on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphTheme_Labels" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Labels">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Labels.html#C1_Win_Gauge_BulletGraph_BulletGraphTheme_Labels">Labels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.html">BulletGraphLabelStyles</a> containing display attributes that
determine the general appearance of the labels on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphTheme_Marks" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Marks">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Marks.html#C1_Win_Gauge_BulletGraph_BulletGraphTheme_Marks">Marks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphMarkStyles.html">BulletGraphMarkStyles</a> containing display attributes that
determine the general appearance of the marks on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphTheme_Ranges" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Ranges">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphTheme.Ranges.html#C1_Win_Gauge_BulletGraph_BulletGraphTheme_Ranges">Ranges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphRangeStyles.html">BulletGraphRangeStyles</a> containing display attributes that
determine the general appearance of the ranges on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
