Enum DockLayout.DockPosition
Specifies the docking position of a control within the layout.
Assembly: MicroLayout.dll
View Source
Declaration
public enum DockLayout.DockPosition
Fields
Top
Positions the control at the top of the layout.
View Source
Declaration
Top = 0
Bottom
Positions the control at the bottom of the layout.
View Source
Declaration
Bottom = 1
Left
Positions the control on the left side of the layout.
View Source
Declaration
Left = 2
Right
Positions the control on the right side of the layout.
View Source
Declaration
Right = 3
TopLeft
Positions the control at the top-left corner of the layout.
View Source
Declaration
TopLeft = 4
TopRight
Positions the control at the top-right corner of the layout.
View Source
Declaration
TopRight = 5
BottomLeft
Positions the control at the bottom-left corner of the layout.
View Source
Declaration
BottomLeft = 6
BottomRight
Positions the control at the bottom-right corner of the layout.
View Source
Declaration
BottomRight = 7
Center
Positions the control at the center of the layout.
View Source
Declaration
Center = 8