# C1.WPF.RulesManager.EnumColor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_RulesManager_EnumColor" data-uid="C1.WPF.RulesManager.EnumColor" class="text-break">EnumColor Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a color.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RulesManager.html">C1.WPF.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RulesManager.dll</h6>
  <h5 id="C1_WPF_RulesManager_EnumColor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EnumColor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EnumColor</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_WPF_RulesManager_EnumColor_Attention">Attention</td>
        <td><p>A color used to draw the attention.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Blue">Blue</td>
        <td><p>Blue color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Caution">Caution</td>
        <td><p>The color represents a neutral state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Critical">Critical</td>
        <td><p>The color represents a bad state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Default">Default</td>
        <td><p>This is the default background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Green">Green</td>
        <td><p>Green color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_LightBlue">LightBlue</td>
        <td><p>Light-blue color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_None">None</td>
        <td><p>The color represents an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Orange">Orange</td>
        <td><p>Orange color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Purple">Purple</td>
        <td><p>Purple color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Red">Red</td>
        <td><p>Red color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_EnumColor_Success">Success</td>
        <td><p>The color represents a good state.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
