'Declaration <DescriptionAttribute("A color of barcode background.")> <CategoryAttribute("Appearance")> Public Property BackgroundColor As System.Drawing.Color
[Description("A color of barcode background.")] [Category("Appearance")] public System.Drawing.Color BackgroundColor { get; set; }
[Description("A color of barcode background.")] [Category("Appearance")] public: __property System.Drawing.Color* get_BackgroundColor(); public: __property void set_BackgroundColor(
System.Drawing.Color* value
);
[Description("A color of barcode background.")] [Category("Appearance")] public:
property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }