NHsbColorPicker Class Members
In This Topic
The following tables list the members exposed by NHsbColorPicker.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
| xGbd | |
Top
Public Properties
| Name | Description |
| HuePosition | Gets or sets the relative position of the Hue bar in this HSB box color picker. The supported values are Left, Top, Right (the default value) and Bottom. |
| SelectedColor | Gets or sets the value of the SelectedColor property. |
| Spacing | Gets or sets the spacing between the Saturation-Brightness color box and the Hue bar. |
| UpdateWhileDragging | Gets or sets whether the selected color should be updated while the user drags the Hue or Saturation-Brightness selectors. If set to false the selected color is updated when the user releases the left mouse button. By default set to true. |
Top
Public Events
| Name | Description |
| SelectedColorChanged | UI event, which occurs when the user selects a new color from the color picker. |
Top
See Also