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