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