# C1.WPF.Gauge.GaugeIntervalDecorator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Gauge_GaugeIntervalDecorator" data-uid="C1.WPF.Gauge.GaugeIntervalDecorator" class="text-break">GaugeIntervalDecorator Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.html">GaugeIntervalDecorator</a> used to place decorators at certain intervals within the <a class="xref" href="C1.WPF.Gauge.C1Gauge.html">C1Gauge</a>.</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.WPF.Gauge.GaugeDecorator.html">GaugeDecorator</a></div>
    <div class="level2"><span class="xref">GaugeIntervalDecorator</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Gauge.GaugeLabel.html">GaugeLabel</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Gauge.GaugeMark.html">GaugeMark</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Gauge.html">C1.WPF.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Gauge.dll</h6>
  <h5 id="C1_WPF_Gauge_GaugeIntervalDecorator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GaugeIntervalDecorator : GaugeDecorator, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GaugeIntervalDecorator
    Inherits GaugeDecorator
    Implements INotifyPropertyChanged</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_WPF_Gauge_GaugeIntervalDecorator__ctor" data-uid="C1.WPF.Gauge.GaugeIntervalDecorator.#ctor">
          <a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.-ctor.html#C1_WPF_Gauge_GaugeIntervalDecorator__ctor">GaugeIntervalDecorator()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Gauge.GaugeLabel.html">GaugeLabel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Gauge_GaugeIntervalDecorator_IntervalProperty" data-uid="C1.WPF.Gauge.GaugeIntervalDecorator.IntervalProperty">
          <a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.IntervalProperty.html">IntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.Interval.html#C1_WPF_Gauge_GaugeIntervalDecorator_Interval">Interval</a> dependency property.</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_WPF_Gauge_GaugeIntervalDecorator_Interval" data-uid="C1.WPF.Gauge.GaugeIntervalDecorator.Interval">
          <a class="xref" href="C1.WPF.Gauge.GaugeIntervalDecorator.Interval.html#C1_WPF_Gauge_GaugeIntervalDecorator_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval to place decorators.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
