RadControls for WinForms

Defines the docking position of a DockWindow.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum DockPosition
Visual Basic
Public Enumeration DockPosition

Members

Member nameValueDescription
Left0 Indicates that the DockWindow will be docked to the left side of the target.
Top1 Indicates that the DockWindow will be docked to the top side of the target.
Right2 Indicates that the DockWindow will be docked to the right side of the target.
Bottom3 Indicates that the DockWindow will be docked to the bottom side of the target.
Fill4 Indicates that the DockWindow will fill the target.

See Also