Gest or sets the Font object for using when rendering Text property.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public Font TextFont { get; set; }
public Font TextFont { get; set; }
Public Property TextFont As Font
Get
Set
Public Property TextFont As Font
Get
Set
public:
property Font^ TextFont {
Font^ get ();
void set (Font^ value);
}
public:
property Font^ TextFont {
Font^ get ();
void set (Font^ value);
}
member TextFont : Font with get, set
member TextFont : Font with get, set
Property Value
Type:
Font