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