'Declaration <DescriptionAttribute("Font of the barcode value written as text.")> <CategoryAttribute("Barcode Printable Value")> Public Property ValueFont As Vintasoft.Barcode.TextRendering.TextFont
[Description("Font of the barcode value written as text.")] [Category("Barcode Printable Value")] public Vintasoft.Barcode.TextRendering.TextFont ValueFont { get; set; }
[Description("Font of the barcode value written as text.")] [Category("Barcode Printable Value")] public: __property Vintasoft.Barcode.TextRendering.TextFont* get_ValueFont(); public: __property void set_ValueFont(
Vintasoft.Barcode.TextRendering.TextFont* value
);
[Description("Font of the barcode value written as text.")] [Category("Barcode Printable Value")] public:
property Vintasoft.Barcode.TextRendering.TextFont^ ValueFont { Vintasoft.Barcode.TextRendering.TextFont^ get(); void set(Vintasoft.Barcode.TextRendering.TextFont^ value); }