Get or set the Font object used when rendering Code and Human Readable text.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
SyntaxProperty Font As Font
	Get
	Set
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}Property Value
Type: 
Font
See Also