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