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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        C1.Xaml..::..C1BrushBuilder

See Also