Builds a Brush from an Input color a Design brush and a color base extrapolating the design brush.

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

Syntax

C#
public class C1BrushBuilder : FrameworkElement, 
	INotifyPropertyChanged, ISupportInitialize
Visual Basic
Public Class C1BrushBuilder _
	Inherits FrameworkElement _
	Implements INotifyPropertyChanged, ISupportInitialize

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        C1.Silverlight..::..C1BrushBuilder

See Also