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