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