Name | Description | |
---|---|---|
![]() | NHsbWheelColorPicker Constructor | Default constructor. |
The following tables list the members exposed by NHsbWheelColorPicker.
Name | Description | |
---|---|---|
![]() | NHsbWheelColorPicker Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | HueSelectorExtendPercentProperty | Reference to the HueSelectorExtendPercent property. |
![]() ![]() | HueSelectorSectorAngleProperty | Reference to the HueSelectorSectorAngle property. |
![]() ![]() | HueWheelWidthPercentProperty | Reference to the HueWheelWidthPercent property. |
![]() ![]() | NHsbWheelColorPickerSchema | Schema associated with NHsbWheelColorPicker. |
![]() ![]() | SBSelectorRadiusPercentProperty | Reference to the SBSelectorRadiusPercent property. |
![]() ![]() | SBTriangleMarginsPercentProperty | Reference to the SBTriangleMarginsPercent property. |
![]() ![]() | SelectedColorProperty | Reference to the SelectedColor property. |
![]() ![]() | UpdateWhileDraggingProperty | Reference to the UpdateWhileDragging property |
Name | Description | |
---|---|---|
![]() | HueSelectorExtendPercent | Gets or sets the extend of the hue selector pointers, measured as a percent of the hue wheel width. |
![]() | HueSelectorSectorAngle | Gets or sets the sector angle of the hue selector, which defines the sector (arc) of the wheel occupied by the hue selector. |
![]() | HueWheelWidthPercent | Gets or sets the hue wheel width percent, which defines the width of the hue wheel relative to the hue wheel outer radius. |
![]() | SBSelectorRadiusPercent | Gets or sets the radius percent for the SB selector circle, measured as a percent of the hue wheel inner radius. |
![]() | SBTriangleMarginsPercent | Gets or sets the margins applied to the SB triangle, measures as a percent of the hue wheel inner radius. |
![]() | SelectedColor | Gets or sets the selected color. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | MeasureContent | Overridden. Overriden to return a constant measure |
![]() | OnKeyDown | Overridden. |
![]() | OnMouseDown | Overridden. |
![]() | OnMouseMove | Overridden. |
![]() | OnMouseUp | Overridden. |
![]() | OnPrePaint | Overridden. Performs the element pre-children custom paint. |
![]() | OnSelectedColorChanged | Called when SelectedColor has changed |
![]() | PaintHueSelector | Paints the Hue selector |
![]() | PaintHueWheel | Paints the Hue wheel |
![]() | PaintSBSelector | Paints the SB selector |
![]() | PaintSBTriangle | Paints the SB triangle for the current Hue |
Name | Description | |
---|---|---|
![]() | SelectedColorChanged | UI event, which occurs when the user selects a new color from the color picker. |