KryptonDockingDockspace Constructor |
Initialize a new instance of the KryptonDockingDockspace class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonDockingDockspace(
string name,
DockingEdge edge,
Size size
)
Parameters
- name String
- Initial name of the element.
- edge DockingEdge
- Docking edge this dockspace is against.
- size Size
- Initial size of the dockspace.
See Also