'Declaration <DescriptionAttribute("Back color of barcode.")> <CategoryAttribute("Common")> Public Property BackColor As Vintasoft.Primitives.VintasoftColor
[Description("Back color of barcode.")] [Category("Common")] public Vintasoft.Primitives.VintasoftColor BackColor { get; set; }
[Description("Back color of barcode.")] [Category("Common")] public: __property Vintasoft.Primitives.VintasoftColor get_BackColor(); public: __property void set_BackColor(
Vintasoft.Primitives.VintasoftColor value
);
[Description("Back color of barcode.")] [Category("Common")] public:
property Vintasoft.Primitives.VintasoftColor BackColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }
Property Value
Значение по умолчанию: VintasoftColor.Белый.