WPF ColorCanvas
ColorCanvas
First Adding Reference to WPF Toolkit Extended Assembly
The ColorCanvas allows you to select a color either using an advanced color canvas, by setting the HexadecimalString, or by setting the ARGB values.
Properties / Events
First Adding Reference to WPF Toolkit Extended Assembly
The ColorCanvas allows you to select a color either using an advanced color canvas, by setting the HexadecimalString, or by setting the ARGB values.
Properties / Events
Property | Description |
---|---|
A | Gets/Sets the alpha channel of the SelectedColor. |
B | Gets/Sets the blue channel of the SelectedColor. |
G | Gets/Sets the green channel of the SelectedColor. |
HexadecimalString | Gets/Sets the hexadeimal string for the SelectedColor. When set, the SelectedColor is updated to reflect the new hexadecimal string. |
R | Gets/Sets the red channel of the SelectedColor. |
SelectedColor | Gets/Sets the currently selected color. |
Event | Description |
---|---|
SelectedColorChanged | Occurs when the SelectedColor value changes. |
WPF ColorCanvas
Reviewed by Bhaumik Patel
on
2:54 AM
Rating: