| BaseBarcodeFontStyle Property |
Font style that will be used for any text on barcode image.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public FontStyleType FontStyle { get; set; }
Public Property FontStyle As FontStyleType
Get
Set
public:
virtual property FontStyleType FontStyle {
FontStyleType get () sealed;
void set (FontStyleType value) sealed;
}
abstract FontStyle : FontStyleType with get, set
override FontStyle : FontStyleType with get, set
Property Value
Type:
FontStyleTypeImplements
IBaseBarcodeFontStyleSee Also