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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1BrushBuilder : FrameworkElement, 
	INotifyPropertyChanged
Visual Basic
Public Class C1BrushBuilder _
	Inherits FrameworkElement _
	Implements INotifyPropertyChanged
XAML Object Element Usage
<C1BrushBuilder .../>

Inheritance Hierarchy

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

See Also