Click or drag to resize

KryptonDockspaceSeparator Constructor

Initialize a new instance of the KryptonDockspaceSeparator 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 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