ComponentOne Basic Library for WPF and Silverlight
DesignColor Property (C1BrushBuilder)


C1.WPF Namespace > C1BrushBuilder Class : DesignColor Property
Gets or sets the base color for which the design has been created.
Syntax
'Declaration
 
Public Property DesignColor As System.Windows.Media.Color
'Usage
 
Dim instance As C1BrushBuilder
Dim value As System.Windows.Media.Color
 
instance.DesignColor = value
 
value = instance.DesignColor
public System.Windows.Media.Color DesignColor {get; set;}

Property Value

The color of the design.
See Also

Reference

C1BrushBuilder Class
C1BrushBuilder Members