Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
Color ForeColor { get; set; }
Property ForeColor As Color
	Get
	Set
property Color ForeColor {
	Color get ();
	void set (Color value);
}
abstract ForeColor : Color with get, set

Property Value

Color

See Also