'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("Back color of barcode.")> Public Property BackColor As Vintasoft.Primitives.VintasoftColor
[Category("Common")] [Description("Back color of barcode.")] public Vintasoft.Primitives.VintasoftColor BackColor { get; set; }
[Category("Common")] [Description("Back color of barcode.")] public: __property Vintasoft.Primitives.VintasoftColor get_BackColor(); public: __property void set_BackColor(
Vintasoft.Primitives.VintasoftColor value
);
[Category("Common")] [Description("Back color of barcode.")] public:
property Vintasoft.Primitives.VintasoftColor BackColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }
Property Value
Default value is VintasoftColor.White.