ComponentOne FinancialChart for WPF
Input Property (C1BrushBuilder)



C1.WPF Namespace > C1BrushBuilder Class : Input Property
Gets or sets the input which is the color to what the design brush will be extrapolated.
Syntax
'Declaration
 
Public Property Input As Brush
'Usage
 
Dim instance As C1BrushBuilder
Dim value As Brush
 
instance.Input = value
 
value = instance.Input
public Brush Input {get; set;}
public:
property Brush^ Input {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

The input.
See Also

Reference

C1BrushBuilder Class
C1BrushBuilder Members