Represents editor for brush property.

Namespace:  C1.Silverlight.Chart.Editor
Assembly:  C1.Silverlight.Chart.Editor (in C1.Silverlight.Chart.Editor.dll)

Syntax

C#
public class BrushPropertyEditor : PropertyEditor
Visual Basic
Public Class BrushPropertyEditor _
	Inherits PropertyEditor

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..UserControl
            C1.Silverlight.Chart.Editor..::..Editor
              C1.Silverlight.Chart.Editor..::..PropertyEditor
                C1.Silverlight.Chart.Editor..::..BrushPropertyEditor

See Also