'Declaration <DescriptionAttribute("The size, in pixels, of the annotation.")> Public Overrides Property Size As System.Drawing.SizeF
[Description("The size, in pixels, of the annotation.")] public override System.Drawing.SizeF Size { get; set; }
[Description("The size, in pixels, of the annotation.")] public: __property System.Drawing.SizeF* get_Size(); override; public: __property void set_Size(
System.Drawing.SizeF* value
); override;
[Description("The size, in pixels, of the annotation.")] public:
property System.Drawing.SizeF^ Size { System.Drawing.SizeF^ get() override;; void set(System.Drawing.SizeF^ value) override;; }