Resizer..::..Left Property

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

Syntax


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