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