Resizer..::..BottomRight Property

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

Syntax


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