The DockStyle enumeration is used to specify the position and manner in which a control is docked. It consists of the following members:
| Bottom | It is used to dock a control’s bottom edge to the bottom of its containing control. |
| Fill | It is used to dock all control’s edges to the all edges of its containing control and sized appropriately. |
| Left | It is used to dock a control’s left edge to the left edge of its containing control. |
| None | It is used when a control is not docked. |
| Right | It is used to dock a control’s right edge to the right edge of its containing control. |
| Top | It is used to dock a control’s top edge to the top of its containing control. |
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.