Enum
DockPosition

Defines the docking position of a DockWindow.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public enum DockPosition

Fields

Bottom

Indicates that the DockWindow will be docked to the bottom side of the target.

Declaration

cs-api-definition
Bottom = 3

Field Value

DockPosition

Fill

Indicates that the DockWindow will fill the target.

Declaration

cs-api-definition
Fill = 4

Field Value

DockPosition

Left

Indicates that the DockWindow will be docked to the left side of the target.

Declaration

cs-api-definition
Left = 0

Field Value

DockPosition

Right

Indicates that the DockWindow will be docked to the right side of the target.

Declaration

cs-api-definition
Right = 2

Field Value

DockPosition

Top

Indicates that the DockWindow will be docked to the top side of the target.

Declaration

cs-api-definition
Top = 1

Field Value

DockPosition

In this article
DefinitionFieldsBottomFillLeftRightTop
Not finding the help you need?
Contact Support