HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WPF.Controls.ExtendedColorPicker.dll
Root namespaceBinarymission.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"&gt;

    <bm:ExtendedOfficeColorPicker />

</Window>

API reference

Binarymission.WPF.Controls.Pickers

class ExtendedOfficeColorPickerA custom control that provides a color picker functionality like that seen in MS Office applications.