RadControls for WPF

Represents a color picker control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public class RadColorPicker : Control, 
	IThemable
Visual Basic
Public Class RadColorPicker _
	Inherits Control _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls..::..RadColorPicker
                Telerik.Windows.Controls.RichTextBoxUI.ColorPickers..::..HighlightColorPicker

See Also