SpreadsheetGear 2012
MinimumSize Property (ShapeExplorer)






Syntax
'Declaration
 
<SRDescriptionAttribute("The minimum size the form can be resized to.")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Overridable Property MinimumSize As System.Drawing.Size
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Drawing.Size
 
instance.MinimumSize = value
 
value = instance.MinimumSize
[SRDescription("The minimum size the form can be resized to.")]
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public virtual System.Drawing.Size MinimumSize {get; set;}
public read-write property MinimumSize: System.Drawing.Size; virtual; 
SRDescriptionAttribute("The minimum size the form can be resized to.")
System.ComponentModel.LocalizableAttribute()
SRCategoryAttribute("Layout")
System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)
public function get,set MinimumSize : System.Drawing.Size
[SRDescription("The minimum size the form can be resized to.")]
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public: __property virtual System.Drawing.Size get_MinimumSize();
public: __property virtual void set_MinimumSize( 
   System.Drawing.Size value
);
[SRDescription("The minimum size the form can be resized to.")]
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public:
virtual property System.Drawing.Size MinimumSize {
   System.Drawing.Size get();
   void set (    System.Drawing.Size value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShapeExplorer Class
ShapeExplorer Members

Send Feedback