# C1.Win.Gauge.C1GaugeFilling

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeFilling" data-uid="C1.Win.Gauge.C1GaugeFilling" class="text-break">C1GaugeFilling Class
</h1>
  <div class="markdown level0 summary"><p>Encapsulates properties of a brush used to fill Gauge elements.</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"><span class="xref">C1GaugeFilling</span></div>
  </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_C1GaugeFilling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeFilling</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeFilling</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_C1GaugeFilling_BrushType" data-uid="C1.Win.Gauge.C1GaugeFilling.BrushType">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.BrushType.html#C1_Win_Gauge_C1GaugeFilling_BrushType">BrushType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of brush that is used to fill the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_Color" data-uid="C1.Win.Gauge.C1GaugeFilling.Color">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Color.html#C1_Win_Gauge_C1GaugeFilling_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color used to fill the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_Color2" data-uid="C1.Win.Gauge.C1GaugeFilling.Color2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Color2.html#C1_Win_Gauge_C1GaugeFilling_Color2">Color2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second Color that can be used in a gradient or hatch brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_CommonFillingName" data-uid="C1.Win.Gauge.C1GaugeFilling.CommonFillingName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.CommonFillingName.html#C1_Win_Gauge_C1GaugeFilling_CommonFillingName">CommonFillingName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the filling template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_HatchStyle" data-uid="C1.Win.Gauge.C1GaugeFilling.HatchStyle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.HatchStyle.html#C1_Win_Gauge_C1GaugeFilling_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of a hatch brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_Opacity" data-uid="C1.Win.Gauge.C1GaugeFilling.Opacity">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Opacity.html#C1_Win_Gauge_C1GaugeFilling_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the first color between 0.0 (completely transparent) and 1.0 (opaque).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_Opacity2" data-uid="C1.Win.Gauge.C1GaugeFilling.Opacity2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Opacity2.html#C1_Win_Gauge_C1GaugeFilling_Opacity2">Opacity2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the second color between 0.0 (completely transparent) and 1.0 (opaque).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_SwapColors" data-uid="C1.Win.Gauge.C1GaugeFilling.SwapColors">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.SwapColors.html#C1_Win_Gauge_C1GaugeFilling_SwapColors">SwapColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Color.html#C1_Win_Gauge_C1GaugeFilling_Color">Color</a> should be used instead of <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.Color2.html#C1_Win_Gauge_C1GaugeFilling_Color2">Color2</a> and vice versa.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_TextureImage" data-uid="C1.Win.Gauge.C1GaugeFilling.TextureImage">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.TextureImage.html#C1_Win_Gauge_C1GaugeFilling_TextureImage">TextureImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Image in texture brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_WrapMode" data-uid="C1.Win.Gauge.C1GaugeFilling.WrapMode">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.WrapMode.html#C1_Win_Gauge_C1GaugeFilling_WrapMode">WrapMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the wrap mode for the texture brush.</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_C1GaugeFilling_ResetColor" data-uid="C1.Win.Gauge.C1GaugeFilling.ResetColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.ResetColor.html#C1_Win_Gauge_C1GaugeFilling_ResetColor">ResetColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_ResetColor2" data-uid="C1.Win.Gauge.C1GaugeFilling.ResetColor2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.ResetColor2.html#C1_Win_Gauge_C1GaugeFilling_ResetColor2">ResetColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_ShouldSerializeColor" data-uid="C1.Win.Gauge.C1GaugeFilling.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.ShouldSerializeColor.html#C1_Win_Gauge_C1GaugeFilling_ShouldSerializeColor">ShouldSerializeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeFilling_ShouldSerializeColor2" data-uid="C1.Win.Gauge.C1GaugeFilling.ShouldSerializeColor2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.ShouldSerializeColor2.html#C1_Win_Gauge_C1GaugeFilling_ShouldSerializeColor2">ShouldSerializeColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
