Table of Contents

Property Dock

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Dock

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

public override DockStyle Dock { get; set; }

Property Value

DockStyle

One of the DockStyle values. The default is None.

Remarks

Currently this property is used only when control is placed inside the LayoutPanel.