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

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)

Syntax

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

See Also