Click or drag to resize

KryptonDockingDockspace Constructor

Initialize a new instance of the KryptonDockingDockspace class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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