'Declaration Public Overrides Property BackColor As Vintasoft.Primitives.VintasoftColor
public override Vintasoft.Primitives.VintasoftColor BackColor { get; set; }
public: __property Vintasoft.Primitives.VintasoftColor get_BackColor(); override; public: __property void set_BackColor(
Vintasoft.Primitives.VintasoftColor value
); override;
public:
property Vintasoft.Primitives.VintasoftColor BackColor { Vintasoft.Primitives.VintasoftColor get() override;; void set(Vintasoft.Primitives.VintasoftColor value) override;; }