ComponentOne Basic Library for WPF and Silverlight
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 System.Windows.Media.Brush
'Usage
 
Dim instance As C1BrushBuilder
Dim value As System.Windows.Media.Brush
 
instance.Input = value
 
value = instance.Input
public System.Windows.Media.Brush Input {get; set;}

Property Value

The input.
See Also

Reference

C1BrushBuilder Class
C1BrushBuilder Members