'Declaration Public Overrides Property Size As Vintasoft.Primitives.VintasoftSize
public override Vintasoft.Primitives.VintasoftSize Size { get; set; }
public: __property Vintasoft.Primitives.VintasoftSize get_Size(); override; public: __property void set_Size(
Vintasoft.Primitives.VintasoftSize value
); override;
public:
property Vintasoft.Primitives.VintasoftSize Size { Vintasoft.Primitives.VintasoftSize get() override;; void set(Vintasoft.Primitives.VintasoftSize value) override;; }