Control..::..MinSize Property

Gets/Sets the minimum size. This is only used during Control.Resize

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Point MinSize { get; set; }
Public Property MinSize As Point
	Get
	Set
public:
property Point^ MinSize {
	Point^ get ();
	void set (Point^ value);
}