Gets/Sets the docking behavior
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public DockStyle Dock { get; set; }Public Property Dock As DockStyle
Get
Set
public:
property DockStyle^ Dock {
DockStyle^ get ();
void set (DockStyle^ value);
}