'Declaration <DescriptionAttribute("The maximum size, in pixels, of the shape.")> Public Property ShapeMaxSize As System.Drawing.Size
[Description("The maximum size, in pixels, of the shape.")] public System.Drawing.Size ShapeMaxSize { get; set; }
[Description("The maximum size, in pixels, of the shape.")] public: __property System.Drawing.Size* get_ShapeMaxSize(); public: __property void set_ShapeMaxSize(
System.Drawing.Size* value
);
[Description("The maximum size, in pixels, of the shape.")] public:
property System.Drawing.Size^ ShapeMaxSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }