Namespace: Spire.Barcode.WebUI
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 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

Color

Implements

IBarcodeSettings..::..TopTextColor

See Also