'Declaration <DescriptionAttribute("Fore color of barcode.")> <CategoryAttribute("Common")> Public Property ForeColor As Color
'Usage Dim instance As WriterSettings Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("Fore color of barcode.")] [Category("Common")] public Color ForeColor {get; set;}
[Description("Fore color of barcode.")] [Category("Common")] public: __property Color get_ForeColor(); public: __property void set_ForeColor( Color value );
[Description("Fore color of barcode.")] [Category("Common")] public: property Color ForeColor { Color get(); void set ( Color value); }