Gets or sets the input which is the color to what the design brush will be extrapolated.

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

Syntax

C#
public Brush Input { get; set; }
Visual Basic
Public Property Input As Brush
	Get
	Set

Field Value

The input.

See Also