ComponentOne FinancialChart for WPF
DesignColor Property



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 Color
'Usage
 
Dim instance As C1BrushBuilder
Dim value As Color
 
instance.DesignColor = value
 
value = instance.DesignColor
public Color DesignColor {get; set;}
public:
property Color DesignColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the design.
See Also

Reference

C1BrushBuilder Class
C1BrushBuilder Members