The WPF ColorPicker allows users to select a color visually in a WYSIWYG interface. The control provides RGB, HSV, and hex color modes for color selection. Eye dropper support lets users pick colors from any application.
Easily pick a color using RGB, HSV, or hex color values. Sliders make it easy to select color values. Preview the selected color within the control.
The eye dropper tool supports picking a color from any part of the application. The color values are updated based on the selected color.
The WPF ColorPicker control supports solid color selection, as well as gradient colors. A gradient editor allows users to set gradient stops, starting points, and end points to choose the gradient color. A preview box lets users see the selected gradient color.
Built-in system colors are available in a list with color names. This makes it easy to use the system color resources.
The WPF ColorPicker control contains built-in themes to suit all themed applications.
Supports right-to-left (RTL) direction for users working in right-to-left languages like Hebrew, Arabic,or Persian.
Easily get started with the WPF ColorPicker using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF ColorPicker Example that shows you how to render and configure the XAML ColorPicker.
<Grid>
<syncfusion:ColorPicker Name="colorPicker"/>
</Grid>
using Syncfusion.Windows.Shared;
namespace WpfApplication1
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
ColorPicker colorPicker = new ColorPicker();
colorPicker.Width = 300;
colorPicker.Height=100;
}
}
}
Syncfusion WPF ColorPicker provides the following:
We do not sell the WPF ColorPicker control separately. It is only available for purchase as part of the Syncfusion WPF suite, which contains over 100 WPF controls, including ColorPicker. A single developer license for the Syncfusion Essential Studio for WPF suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
No, our 100+ WPF controls, including ColorPicker, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their ColorPicker alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 100+ WPF controls for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.