'Declaration <DescriptionAttribute("Size of the magnifier.")> <CategoryAttribute("Appearance")> Public Property Size As System.Drawing.Size
[Description("Size of the magnifier.")] [Category("Appearance")] public System.Drawing.Size Size { get; set; }
[Description("Size of the magnifier.")] [Category("Appearance")] public: __property System.Drawing.Size* get_Size(); public: __property void set_Size(
System.Drawing.Size* value
);
[Description("Size of the magnifier.")] [Category("Appearance")] public:
property System.Drawing.Size^ Size { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
Property Value
Значение по умолчанию - System.Drawing.Size(100, 100).