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