| BaseBarcodeFontHeight Property |
Fraction of Height which will be reserved for text label.
Between 0 and 1.0. Default is 0.15
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public double FontHeight { get; set; }
Public Property FontHeight As Double
Get
Set
public:
virtual property double FontHeight {
double get () sealed;
void set (double value) sealed;
}
abstract FontHeight : float with get, set
override FontHeight : float with get, set
Property Value
Type:
DoubleImplements
IBaseBarcodeFontHeightSee Also