Control..::..MaxSize Property

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

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

Syntax


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