BarcodeSettings
TopTextColor Property
|
Top text color of barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public Color TopTextColor { get; set; }
Public Property TopTextColor As Color
Get
Set
public:
virtual property Color TopTextColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract TopTextColor : Color with get, set
override TopTextColor : Color with get, set
Property Value
Type:
Color
Implements
IBarcodeSettings
TopTextColor
See Also