'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Size of the magnifier.")> Public Property Size As System.Drawing.Size
[Category("Appearance")] [Description("Size of the magnifier.")] public System.Drawing.Size Size { get; set; }
[Category("Appearance")] [Description("Size of the magnifier.")] public: __property System.Drawing.Size* get_Size(); public: __property void set_Size(
System.Drawing.Size* value
);
[Category("Appearance")] [Description("Size of the magnifier.")] public:
property System.Drawing.Size^ Size { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
Property Value
Default value is System.Drawing.Size(100, 100).