'Declaration <DescriptionAttribute("The size, in device-independent pixels (1/96th inch), of the annotation.")> Public Overridable Property Size As System.Drawing.SizeF
[Description("The size, in device-independent pixels (1/96th inch), of the annotation.")] public virtual System.Drawing.SizeF Size { get; set; }
[Description("The size, in device-independent pixels (1/96th inch), of the annotation.")] public: __property virtual System.Drawing.SizeF* get_Size(); public: __property virtual void set_Size(
System.Drawing.SizeF* value
);
[Description("The size, in device-independent pixels (1/96th inch), of the annotation.")] public:
virtual property System.Drawing.SizeF^ Size { System.Drawing.SizeF^ get(); void set(System.Drawing.SizeF^ value); }