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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonDockingDockspace(
	string name,
	DockingEdge edge,
	Size size
)

Parameters

name
Type: SystemString
Initial name of the element.
edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Docking edge this dockspace is against.
size
Type: System.DrawingSize
Initial size of the dockspace.
See Also