KryptonDockspaceSeparator Constructor |
Initialize a new instance of the KryptonDockspaceSeparator class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonDockspaceSeparator(
DockingEdge edge,
bool opposite
)
Parameters
- edge DockingEdge
- Docking edge the separator is against.
- opposite Boolean
- Should the separator be docked against the opposite edge.
See Also