The RadColorEditor control is an editor that allows you to select a custom color. It supports several color schemas: RGB, HLS, HSV, CMYK and HEX.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public class RadColorEditor : Control,
IThemable |
| Visual Basic |
|---|
Public Class RadColorEditor _
Inherits Control _
Implements IThemable |
Inheritance Hierarchy
See Also