EnumDock
Specifies the position where an element should be docked within its parent container.
Definition
Namespace:Telerik.WinControls.Layouts
Assembly:Telerik.WinControls.dll
Syntax:
public enum Dock
Fields
Bottom
The element is docked to the bottom edge of its container.
Declaration
Bottom = 3
Field Value
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
Left = 0
Field Value
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
Right = 2
Field Value
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.