Control..::..Size Property

Gets/Sets the size

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

Syntax


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