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