# C1.Win.Gauge.CommonGradientCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_CommonGradientCollection" data-uid="C1.Win.Gauge.CommonGradientCollection" class="text-break">CommonGradientCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> objects.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Gauge.CommonItemCollection.html">CommonItemCollection</a></div>
    <div class="level3"><span class="xref">CommonGradientCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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_CommonGradientCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class CommonGradientCollection : CommonItemCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class CommonGradientCollection
    Inherits CommonItemCollection
    Implements IList, ICollection, IEnumerable</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_CommonGradientCollection_Item_System_Int32_" data-uid="C1.Win.Gauge.CommonGradientCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Item.html#C1_Win_Gauge_CommonGradientCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> at the specified position in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_Item_System_String_" data-uid="C1.Win.Gauge.CommonGradientCollection.Item(System.String)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Item.html#C1_Win_Gauge_CommonGradientCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> with the specified name in the collection.</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_CommonGradientCollection_Add_C1_Win_Gauge_CommonGradient_" data-uid="C1.Win.Gauge.CommonGradientCollection.Add(C1.Win.Gauge.CommonGradient)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Add.html#C1_Win_Gauge_CommonGradientCollection_Add_C1_Win_Gauge_CommonGradient_">Add(CommonGradient)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_AddRange_C1_Win_Gauge_CommonGradient___" data-uid="C1.Win.Gauge.CommonGradientCollection.AddRange(C1.Win.Gauge.CommonGradient[])">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.AddRange.html#C1_Win_Gauge_CommonGradientCollection_AddRange_C1_Win_Gauge_CommonGradient___">AddRange(CommonGradient[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a group of <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> objects to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_Contains_C1_Win_Gauge_CommonGradient_" data-uid="C1.Win.Gauge.CommonGradientCollection.Contains(C1.Win.Gauge.CommonGradient)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Contains.html#C1_Win_Gauge_CommonGradientCollection_Contains_C1_Win_Gauge_CommonGradient_">Contains(CommonGradient)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this collection contains the specified <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_IndexOf_C1_Win_Gauge_CommonGradient_" data-uid="C1.Win.Gauge.CommonGradientCollection.IndexOf(C1.Win.Gauge.CommonGradient)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.IndexOf.html#C1_Win_Gauge_CommonGradientCollection_IndexOf_C1_Win_Gauge_CommonGradient_">IndexOf(CommonGradient)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_Insert_System_Int32_C1_Win_Gauge_CommonGradient_" data-uid="C1.Win.Gauge.CommonGradientCollection.Insert(System.Int32,C1.Win.Gauge.CommonGradient)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Insert.html#C1_Win_Gauge_CommonGradientCollection_Insert_System_Int32_C1_Win_Gauge_CommonGradient_">Insert(int, CommonGradient)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> into this collection at the given index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_OnValidate_System_Object_" data-uid="C1.Win.Gauge.CommonGradientCollection.OnValidate(System.Object)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.OnValidate.html#C1_Win_Gauge_CommonGradientCollection_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whather the type of the value argument is allowable for this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradientCollection_Remove_C1_Win_Gauge_CommonGradient_" data-uid="C1.Win.Gauge.CommonGradientCollection.Remove(C1.Win.Gauge.CommonGradient)">
          <a class="xref" href="C1.Win.Gauge.CommonGradientCollection.Remove.html#C1_Win_Gauge_CommonGradientCollection_Remove_C1_Win_Gauge_CommonGradient_">Remove(CommonGradient)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="C1.Win.Gauge.CommonGradient.html">CommonGradient</a> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
