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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonDockspaceSeparator(
	DockingEdge edge,
	bool opposite
)

Parameters

edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Docking edge the separator is against.
opposite
Type: SystemBoolean
Should the separator be docked against the opposite edge.
See Also