# C1.WPF.Extended.C1ColorPicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_C1ColorPicker" data-uid="C1.WPF.Extended.C1ColorPicker" class="text-break">C1ColorPicker Class
</h1>
  <div class="markdown level0 summary"><p>The C1ColorPicker control allows end-users to pick a color from a color palette or use the color editor to build advanced colors using the RGB or HSL color models. The C1ColorPicker control keeps a list of the recently used colors.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1ColorPicker</span></div>
      <div class="level8"><a class="xref" href="C1.WPF.Extended.PropertyGrid.BrushEditor.html">BrushEditor</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.Extended.PropertyGrid.ColorEditor.html">ColorEditor</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></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_C1ColorPicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;DropDown&quot;, Type = typeof(C1DropDownButton))]
[TemplatePart(Name = &quot;BasicTab&quot;, Type = typeof(C1TabItem))]
[TemplatePart(Name = &quot;AdvancedTab&quot;, Type = typeof(C1TabItem))]
[TemplatePart(Name = &quot;Tabs&quot;, Type = typeof(C1TabControl))]
[TemplatePart(Name = &quot;Basic&quot;, Type = typeof(C1BasicColorPickerPart))]
[TemplatePart(Name = &quot;Advanced&quot;, Type = typeof(C1AdvancedColorPickerPart))]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Valid&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidUnfocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidFocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[StyleTypedProperty(Property = &quot;ColorContainerStyle&quot;, StyleTargetType = typeof(ItemsControl))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
public class C1ColorPicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;DropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
&lt;TemplatePart(Name:=&quot;BasicTab&quot;, Type:=GetType(C1TabItem))&gt;
&lt;TemplatePart(Name:=&quot;AdvancedTab&quot;, Type:=GetType(C1TabItem))&gt;
&lt;TemplatePart(Name:=&quot;Tabs&quot;, Type:=GetType(C1TabControl))&gt;
&lt;TemplatePart(Name:=&quot;Basic&quot;, Type:=GetType(C1BasicColorPickerPart))&gt;
&lt;TemplatePart(Name:=&quot;Advanced&quot;, Type:=GetType(C1AdvancedColorPickerPart))&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Valid&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidUnfocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidFocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ColorContainerStyle&quot;, StyleTargetType:=GetType(ItemsControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
Public Class C1ColorPicker
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_WPF_Extended_C1ColorPicker__ctor" data-uid="C1.WPF.Extended.C1ColorPicker.#ctor">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.-ctor.html#C1_WPF_Extended_C1ColorPicker__ctor">C1ColorPicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Extended.C1ColorPicker.html">C1ColorPicker</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_C1ColorPicker_ColorContainerStyleProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ColorContainerStyleProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ColorContainerStyleProperty.html">ColorContainerStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ColorContainerStyle.html#C1_WPF_Extended_C1ColorPicker_ColorContainerStyle">ColorContainerStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_CornerRadiusProperty" data-uid="C1.WPF.Extended.C1ColorPicker.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.CornerRadius.html#C1_WPF_Extended_C1ColorPicker_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_DropDownDirectionProperty" data-uid="C1.WPF.Extended.C1ColorPicker.DropDownDirectionProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownDirectionProperty.html">DropDownDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownDirection.html#C1_WPF_Extended_C1ColorPicker_DropDownDirection">DropDownDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_DropDownHeaderProperty" data-uid="C1.WPF.Extended.C1ColorPicker.DropDownHeaderProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownHeaderProperty.html">DropDownHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownHeader.html#C1_WPF_Extended_C1ColorPicker_DropDownHeader">DropDownHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_FocusBrushProperty" data-uid="C1.WPF.Extended.C1ColorPicker.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.FocusBrush.html#C1_WPF_Extended_C1ColorPicker_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_InputBackgroundProperty" data-uid="C1.WPF.Extended.C1ColorPicker.InputBackgroundProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputBackgroundProperty.html">InputBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputBackground.html#C1_WPF_Extended_C1ColorPicker_InputBackground">InputBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_InputForegroundProperty" data-uid="C1.WPF.Extended.C1ColorPicker.InputForegroundProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputForegroundProperty.html">InputForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputForeground.html#C1_WPF_Extended_C1ColorPicker_InputForeground">InputForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_IsDropDownOpenProperty" data-uid="C1.WPF.Extended.C1ColorPicker.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsDropDownOpen.html#C1_WPF_Extended_C1ColorPicker_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_IsFocusedProperty" data-uid="C1.WPF.Extended.C1ColorPicker.IsFocusedProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsFocused.html#C1_WPF_Extended_C1ColorPicker_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ModeProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ModeProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ModeProperty.html">ModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.Mode.html#C1_WPF_Extended_C1ColorPicker_Mode">Mode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_MouseOverBrushProperty" data-uid="C1.WPF.Extended.C1ColorPicker.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.MouseOverBrush.html#C1_WPF_Extended_C1ColorPicker_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_PaletteProperty" data-uid="C1.WPF.Extended.C1ColorPicker.PaletteProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.PaletteProperty.html">PaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.Palette.html#C1_WPF_Extended_C1ColorPicker_Palette">Palette</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_PressedBrushProperty" data-uid="C1.WPF.Extended.C1ColorPicker.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.PressedBrush.html#C1_WPF_Extended_C1ColorPicker_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_SelectedBrushProperty" data-uid="C1.WPF.Extended.C1ColorPicker.SelectedBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedBrushProperty.html">SelectedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedBrush.html#C1_WPF_Extended_C1ColorPicker_SelectedBrush">SelectedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_SelectedColorProperty" data-uid="C1.WPF.Extended.C1ColorPicker.SelectedColorProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedColorProperty.html">SelectedColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedColor.html#C1_WPF_Extended_C1ColorPicker_SelectedColor">SelectedColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowAlphaChannelProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ShowAlphaChannelProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowAlphaChannelProperty.html">ShowAlphaChannelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowAlphaChannel.html#C1_WPF_Extended_C1ColorPicker_ShowAlphaChannel">ShowAlphaChannel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowRecentColorsProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ShowRecentColorsProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowRecentColorsProperty.html">ShowRecentColorsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowRecentColors.html#C1_WPF_Extended_C1ColorPicker_ShowRecentColors">ShowRecentColors</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowTransparentColorProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ShowTransparentColorProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowTransparentColorProperty.html">ShowTransparentColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowTransparentColor.html#C1_WPF_Extended_C1ColorPicker_ShowTransparentColor">ShowTransparentColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ValidationDecoratorStyleProperty" data-uid="C1.WPF.Extended.C1ColorPicker.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ValidationDecoratorStyle.html#C1_WPF_Extended_C1ColorPicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</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_WPF_Extended_C1ColorPicker_ColorContainerStyle" data-uid="C1.WPF.Extended.C1ColorPicker.ColorContainerStyle">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ColorContainerStyle.html#C1_WPF_Extended_C1ColorPicker_ColorContainerStyle">ColorContainerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the ItemsControl used to show a section of colors (that is recent colors).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_CornerRadius" data-uid="C1.WPF.Extended.C1ColorPicker.CornerRadius">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.CornerRadius.html#C1_WPF_Extended_C1ColorPicker_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_DropDownDirection" data-uid="C1.WPF.Extended.C1ColorPicker.DropDownDirection">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownDirection.html#C1_WPF_Extended_C1ColorPicker_DropDownDirection">DropDownDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expand direction of the control drop down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_DropDownHeader" data-uid="C1.WPF.Extended.C1ColorPicker.DropDownHeader">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.DropDownHeader.html#C1_WPF_Extended_C1ColorPicker_DropDownHeader">DropDownHeader</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a> used as header of the <span class="xref">C1.WPF.C1DropDown</span>,</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_FocusBrush" data-uid="C1.WPF.Extended.C1ColorPicker.FocusBrush">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.FocusBrush.html#C1_WPF_Extended_C1ColorPicker_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_InputBackground" data-uid="C1.WPF.Extended.C1ColorPicker.InputBackground">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputBackground.html#C1_WPF_Extended_C1ColorPicker_InputBackground">InputBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that fills the background of the input control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_InputForeground" data-uid="C1.WPF.Extended.C1ColorPicker.InputForeground">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.InputForeground.html#C1_WPF_Extended_C1ColorPicker_InputForeground">InputForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> applied to the text inside an input control when this text is not selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_IsDropDownOpen" data-uid="C1.WPF.Extended.C1ColorPicker.IsDropDownOpen">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsDropDownOpen.html#C1_WPF_Extended_C1ColorPicker_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop down is opened or closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_IsFocused" data-uid="C1.WPF.Extended.C1ColorPicker.IsFocused">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsFocused.html#C1_WPF_Extended_C1ColorPicker_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_Mode" data-uid="C1.WPF.Extended.C1ColorPicker.Mode">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.Mode.html#C1_WPF_Extended_C1ColorPicker_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode indicating which of the basic and advanced controls are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_MouseOverBrush" data-uid="C1.WPF.Extended.C1ColorPicker.MouseOverBrush">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.MouseOverBrush.html#C1_WPF_Extended_C1ColorPicker_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_Palette" data-uid="C1.WPF.Extended.C1ColorPicker.Palette">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.Palette.html#C1_WPF_Extended_C1ColorPicker_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the palette displayed in the basic tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_PressedBrush" data-uid="C1.WPF.Extended.C1ColorPicker.PressedBrush">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.PressedBrush.html#C1_WPF_Extended_C1ColorPicker_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_SelectedBrush" data-uid="C1.WPF.Extended.C1ColorPicker.SelectedBrush">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedBrush.html#C1_WPF_Extended_C1ColorPicker_SelectedBrush">SelectedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_SelectedColor" data-uid="C1.WPF.Extended.C1ColorPicker.SelectedColor">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedColor.html#C1_WPF_Extended_C1ColorPicker_SelectedColor">SelectedColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowAlphaChannel" data-uid="C1.WPF.Extended.C1ColorPicker.ShowAlphaChannel">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowAlphaChannel.html#C1_WPF_Extended_C1ColorPicker_ShowAlphaChannel">ShowAlphaChannel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the alpha channel must be shown in the advanced control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowRecentColors" data-uid="C1.WPF.Extended.C1ColorPicker.ShowRecentColors">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowRecentColors.html#C1_WPF_Extended_C1ColorPicker_ShowRecentColors">ShowRecentColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the recent selected colors should be shown or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ShowTransparentColor" data-uid="C1.WPF.Extended.C1ColorPicker.ShowTransparentColor">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ShowTransparentColor.html#C1_WPF_Extended_C1ColorPicker_ShowTransparentColor">ShowTransparentColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the transparent color is shown in the basic control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ValidationDecoratorStyle" data-uid="C1.WPF.Extended.C1ColorPicker.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ValidationDecoratorStyle.html#C1_WPF_Extended_C1ColorPicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <span class="xref">C1.WPF.C1ValidationDecorator</span>.</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_C1ColorPicker_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Extended.C1ColorPicker.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ChangeVisualStateCommon.html#C1_WPF_Extended_C1ColorPicker_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.Extended.C1ColorPicker.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.ChangeVisualStateFocus.html#C1_WPF_Extended_C1ColorPicker_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_OnApplyTemplate" data-uid="C1.WPF.Extended.C1ColorPicker.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.OnApplyTemplate.html#C1_WPF_Extended_C1ColorPicker_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Extended.C1ColorPicker.html">C1ColorPicker</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_OnCreateAutomationPeer" data-uid="C1.WPF.Extended.C1ColorPicker.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.OnCreateAutomationPeer.html#C1_WPF_Extended_C1ColorPicker_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Extended.C1ColorPicker.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.OnPropertyChanged.html#C1_WPF_Extended_C1ColorPicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1ColorPicker_IsDropDownOpenChanged" data-uid="C1.WPF.Extended.C1ColorPicker.IsDropDownOpenChanged">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsDropDownOpenChanged.html">IsDropDownOpenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsDropDownOpen</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_IsMouseOverChanged" data-uid="C1.WPF.Extended.C1ColorPicker.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1ColorPicker_SelectedColorChanged" data-uid="C1.WPF.Extended.C1ColorPicker.SelectedColorChanged">
          <a class="xref" href="C1.WPF.Extended.C1ColorPicker.SelectedColorChanged.html">SelectedColorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">SelectedColor</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
