Enum
Dock

Specifies the position where an element should be docked within its parent container.

Definition

Namespace:Telerik.WinControls.Layouts

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum Dock

Fields

Bottom

The element is docked to the bottom edge of its container.

Declaration

cs-api-definition
Bottom = 3

Field Value

Dock

Remarks

When docked to the bottom, the element occupies the full width of the container and extends from the bottom edge to its natural or specified height.

Left

The element is docked to the left edge of its container.

Declaration

cs-api-definition
Left = 0

Field Value

Dock

Remarks

When docked to the left, the element occupies the full height of the container and extends from the left edge to its natural or specified width.

Right

The element is docked to the right edge of its container.

Declaration

cs-api-definition
Right = 2

Field Value

Dock

Remarks

When docked to the right, the element occupies the full height of the container and extends from the right edge to its natural or specified width.

Top

The element is docked to the top edge of its container.

Declaration

cs-api-definition
Top = 1

Field Value

Dock

Remarks

When docked to the top, the element occupies the full width of the container and extends from the top edge to its natural or specified height.

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