Class ProfessionalColors2DBox
Inheritance
System.Object
ProfessionalColors2DBox
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ProfessionalColors2DBox : UserControl
Constructors
ProfessionalColors2DBox()
Declaration
public ProfessionalColors2DBox()
Properties
ColorHSL
Gets or sets the color in HSL format
Declaration
public HslColor ColorHSL { get; set; }
Property Value
ColorMode
Gets or sets the color mode
Declaration
public ColorModes ColorMode { get; set; }
Property Value
ColorRGB
Gets or sets the color in RgbValue format
Declaration
public Color ColorRGB { get; set; }
Property Value
System.
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.
|
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.
|
Events
ColorChanged
Fires when the selected color has changed
Declaration
public event ColorChangedEventHandler ColorChanged