# C1.Win.Gauge.C1GaugeBrushType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Gauge_C1GaugeBrushType" data-uid="C1.Win.Gauge.C1GaugeBrushType" class="text-break">C1GaugeBrushType Enum
</h1>
  <div class="markdown level0 summary"><p>The type of brush that is used to fill a Gauge element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_C1GaugeBrushType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1GaugeBrushType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1GaugeBrushType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeBrushType_Gradient">Gradient</td>
        <td><p>Use a brush with color gradient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeBrushType_Hatch">Hatch</td>
        <td><p>Use a brush with a hatch style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeBrushType_None">None</td>
        <td><p>Don't fill the Gauge element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeBrushType_SolidColor">SolidColor</td>
        <td><p>Use a brush of a single color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeBrushType_Texture">Texture</td>
        <td><p>Use an image to fill interior of a Gauge element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
