Gets or sets the Brush applied to the text inside an input control when this text is not selected.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

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

See Also