ViewDockStyle Enumeration |
Specifies the docking styles for the docking view elements.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum ViewDockStyle
Members| Member name | Value | Description |
|---|
| Fill | 0 |
Specifies the child element should fill the remaining space.
|
| Top | 1 |
Specifies the child element should dock against the top edge.
|
| Bottom | 2 |
Specifies the child element should dock against the bottom edge.
|
| Left | 3 |
Specifies the child element should dock against the left edge.
|
| Right | 4 |
Specifies the child element should dock against the right edge.
|
See Also