ComponentOne DashboardLayout for WinForms
MinimumSize Property

C1.Win.C1SplitContainer Namespace > C1SplitterPanel Class : MinimumSize Property
Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.
Syntax
'Declaration
 
Public Overrides Property MinimumSize As Size
public override Size MinimumSize {get; set;}

Property Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
See Also

Reference

C1SplitterPanel Class
C1SplitterPanel Members