ControlDockStyle Enumeration |
Defines the dock position of a control.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum ControlDockStyle
Public Enumeration ControlDockStyle
Members
| Member name | Description |
---|
| Left | The control is docked on the left side. |
| Right | The control is docked on the right side. |
| Top | The control is docked along the top. |
| Bottom | The control is docked along the bottom. |
See Also