WPF › Color Picker
Color Picker
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WPF
A highly customisable Color Picker .NET Control for WPF
1public types
62public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.ExtendedColorPicker.dll |
| Root namespace | Binarymission.WPF.Controls.Pickers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.Pickers;assembly=Binarymission.WPF.Controls.ExtendedColorPicker">
<bm:ExtendedOfficeColorPicker />
</Window>
API reference
Binarymission.WPF.Controls.Pickers
class ExtendedOfficeColorPicker | A custom control that provides a color picker functionality like that seen in MS Office applications. |