Gets or sets a brush that describes the foreground color.

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

Syntax

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

See Also