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

Property Value

Font

Implements

IBarcodeSettings..::..TopTextFont

See Also