Color Wheel
A standard color wheel control. This control is used inside the Color Picker control.
Namespace: LSOne.Controls.ColorPicker
Assembly: LSOne.Controls
Syntax
public partial class ColorWheelCtrl: UserControl
Constructors
| Name | Description |
|---|---|
| ColorWheelCtrl() | Default constructor |
Properties
| Name | Description |
|---|---|
| SelectedColor | Get or set the color of the color wheel control. |
| SelectedHSLColor | Get or set the HSL (Hue, Saturation, Lightness) color of the color wheel control. |
Methods
| Name | Description |
|---|---|
| SelectedColorChanged | Event triggered when the SelectedHSLColor property is changed. |
