Default editor used by C1PropertyGrid to edit color values.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class ColorEditor : C1ColorPicker, 
	ITypeEditorControl
Visual Basic
Public Class ColorEditor _
	Inherits C1ColorPicker _
	Implements ITypeEditorControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.Extended..::..C1ColorPicker
            C1.Silverlight.Extended.PropertyGrid..::..ColorEditor

See Also