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# 
public Color ForeColor { get; set; }
Public Property ForeColor As Color
	Get
	Set
public:
virtual property Color ForeColor {
	Color get () sealed;
	void set (Color value) sealed;
}
abstract ForeColor : Color with get, set
override ForeColor : Color with get, set

Property Value

Color

Implements

IBarcodeSettings..::..ForeColor

See Also