FontFamily Property (IBarcodeFont)
In This Topic
Gets or Sets the family of the font for the barcode value. The default value for this property is sans-serif.
Syntax
'Declaration
Property FontFamily As System.String
'Usage
Dim instance As IBarcodeFont
Dim value As System.String
instance.FontFamily = value
value = instance.FontFamily
System.string FontFamily {get; set;}
read-write property FontFamily: System.String;
function get,set FontFamily : System.String
__property System.string* get_FontFamily();
__property void set_FontFamily(
System.string* value
);
property System.String^ FontFamily {
System.String^ get();
void set ( System.String^ value);
}
See Also