'Declaration Public Overrides Property Location As Vintasoft.Primitives.VintasoftPoint
public override Vintasoft.Primitives.VintasoftPoint Location { get; set; }
public: __property Vintasoft.Primitives.VintasoftPoint get_Location(); override; public: __property void set_Location(
Vintasoft.Primitives.VintasoftPoint value
); override;
public:
property Vintasoft.Primitives.VintasoftPoint Location { Vintasoft.Primitives.VintasoftPoint get() override;; void set(Vintasoft.Primitives.VintasoftPoint value) override;; }