Class RadarColors
Inheritance
System.Object
RadarColors
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadarColors : UserControl
Constructors
RadarColors()
Declaration
public RadarColors()
Properties
ColorRGB
Gets or sets the color in RgbValue format
Declaration
public Color ColorRGB { get; set; }
Property Value
System.Drawing.Color
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Events
ColorChanged
Fires when the selected color changes
Declaration
public event ColorChangedEventHandler ColorChanged
Event Type
ColorChangedEventHandler
|