# C1.Win.Gauge.CommonFilling

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_CommonFilling" data-uid="C1.Win.Gauge.CommonFilling" class="text-break">CommonFilling Class
</h1>
  <div class="markdown level0 summary"><p>Defines a template for <a class="xref" href="C1.Win.Gauge.C1GaugeFilling.html">C1GaugeFilling</a> to be used in multiple 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"><a class="xref" href="C1.Win.Gauge.CommonItem.html">CommonItem</a></div>
    <div class="level2"><span class="xref">CommonFilling</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_CommonFilling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CommonFilling : CommonItem, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CommonFilling
    Inherits CommonItem
    Implements ICloneable, IDisposable</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_Win_Gauge_CommonFilling__ctor" data-uid="C1.Win.Gauge.CommonFilling.#ctor">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.-ctor.html#C1_Win_Gauge_CommonFilling__ctor">CommonFilling()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Gauge_CommonFilling_BrushType" data-uid="C1.Win.Gauge.CommonFilling.BrushType">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.BrushType.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_Color" data-uid="C1.Win.Gauge.CommonFilling.Color">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.Color.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_Color2" data-uid="C1.Win.Gauge.CommonFilling.Color2">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.Color2.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_HatchStyle" data-uid="C1.Win.Gauge.CommonFilling.HatchStyle">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.HatchStyle.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_Opacity" data-uid="C1.Win.Gauge.CommonFilling.Opacity">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.Opacity.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_Opacity2" data-uid="C1.Win.Gauge.CommonFilling.Opacity2">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.Opacity2.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_SwapColors" data-uid="C1.Win.Gauge.CommonFilling.SwapColors">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.SwapColors.html#C1_Win_Gauge_CommonFilling_SwapColors">SwapColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.Gauge.CommonFilling.Color.html#C1_Win_Gauge_CommonFilling_Color">Color</a> should be used instead of <a class="xref" href="C1.Win.Gauge.CommonFilling.Color2.html#C1_Win_Gauge_CommonFilling_Color2">Color2</a> and vice versa.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonFilling_TextureImage" data-uid="C1.Win.Gauge.CommonFilling.TextureImage">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.TextureImage.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_WrapMode" data-uid="C1.Win.Gauge.CommonFilling.WrapMode">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.WrapMode.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_ResetColor" data-uid="C1.Win.Gauge.CommonFilling.ResetColor">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.ResetColor.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_ResetColor2" data-uid="C1.Win.Gauge.CommonFilling.ResetColor2">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.ResetColor2.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_ShouldSerializeColor" data-uid="C1.Win.Gauge.CommonFilling.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.ShouldSerializeColor.html#C1_Win_Gauge_CommonFilling_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_CommonFilling_ShouldSerializeColor2" data-uid="C1.Win.Gauge.CommonFilling.ShouldSerializeColor2">
          <a class="xref" href="C1.Win.Gauge.CommonFilling.ShouldSerializeColor2.html#C1_Win_Gauge_CommonFilling_ShouldSerializeColor2">ShouldSerializeColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
