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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Brush Input { get; set; }
Visual Basic
Public Property Input As Brush
	Get
	Set
XAML Attribute Usage
<object Input="Brush" .../>

Field Value

The input.

See Also