IBarcodeSettings
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
Color TextColor { get; set; }
Property TextColor As Color
Get
Set
property Color TextColor {
Color get ();
void set (Color value);
}
abstract TextColor : Color with get, set
Property Value
Type:
Color
See Also