BarcodeSettings
TextColor Property
|
The color of the bar of the barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
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
Type:
Color
Implements
IBarcodeSettings
TextColor
See Also