Gets or sets a brush that describes the foreground color for Text property.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

C#
public Brush TextForeground { get; set; }
Visual Basic (Declaration)
Public Property TextForeground As Brush
Visual C++
public:
property Brush^ TextForeground {
	Brush^ get ();
	void set (Brush^ value);
}

See Also