Edge of the container to which a dock panel or panel group docks to.
Namespace:
ZettaCube.ZeeControlsAssembly: ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)
Syntax
| C# |
|---|
public enum DockEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration DockEnum |
Members
| Member name | Description | |
|---|---|---|
| Top |
Top edge.
| |
| Right |
Right edge.
| |
| Bottom |
Bottom edge.
| |
| Left |
Left edge.
|