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

Property Value

Color

Implements

IBarcodeSettings..::..TextColor

See Also