# C1.WPF.Extended.ColorPaletteEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_ColorPaletteEntry" data-uid="C1.WPF.Extended.ColorPaletteEntry" class="text-break">ColorPaletteEntry Class
</h1>
  <div class="markdown level0 summary"><p>Class that contains information about the color,
its name and description.</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">ColorPaletteEntry</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_ColorPaletteEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColorPaletteEntry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColorPaletteEntry</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_WPF_Extended_ColorPaletteEntry_Color" data-uid="C1.WPF.Extended.ColorPaletteEntry.Color">
          <a class="xref" href="C1.WPF.Extended.ColorPaletteEntry.Color.html#C1_WPF_Extended_ColorPaletteEntry_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of this entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_ColorPaletteEntry_ColorName" data-uid="C1.WPF.Extended.ColorPaletteEntry.ColorName">
          <a class="xref" href="C1.WPF.Extended.ColorPaletteEntry.ColorName.html#C1_WPF_Extended_ColorPaletteEntry_ColorName">ColorName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_ColorPaletteEntry_Description" data-uid="C1.WPF.Extended.ColorPaletteEntry.Description">
          <a class="xref" href="C1.WPF.Extended.ColorPaletteEntry.Description.html#C1_WPF_Extended_ColorPaletteEntry_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the entry description.</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_WPF_Extended_ColorPaletteEntry_SetColor_System_Windows_Media_Color_" data-uid="C1.WPF.Extended.ColorPaletteEntry.SetColor(System.Windows.Media.Color)">
          <a class="xref" href="C1.WPF.Extended.ColorPaletteEntry.SetColor.html#C1_WPF_Extended_ColorPaletteEntry_SetColor_System_Windows_Media_Color_">SetColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Assign the color to this entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_ColorPaletteEntry_SetColor_System_Windows_Media_Color_System_String_" data-uid="C1.WPF.Extended.ColorPaletteEntry.SetColor(System.Windows.Media.Color,System.String)">
          <a class="xref" href="C1.WPF.Extended.ColorPaletteEntry.SetColor.html#C1_WPF_Extended_ColorPaletteEntry_SetColor_System_Windows_Media_Color_System_String_">SetColor(Color, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Assign the color with the specified name to this entry.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
