Control..::..Dock Property

Gets/Sets the docking behavior

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

Syntax


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