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