Resizer..::..Bottom Property

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

Syntax


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