Enum DockPosition
Defines the docking position of a DockWindow.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DockPosition
Bottom
Indicates that the DockWindow will be docked to the bottom side of the target.
Fill
Indicates that the DockWindow will fill the target.
Left
Indicates that the DockWindow will be docked to the left side of the target.
Right
Indicates that the DockWindow will be docked to the right side of the target.
Top
Indicates that the DockWindow will be docked to the top side of the target.