Click or drag to resize

RenderDragDockingData Constructor

Initialize a new instance of the PaletteDragData class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public RenderDragDockingData(
	bool showLeft,
	bool showRight,
	bool showTop,
	bool showBottom,
	bool showMiddle
)

Parameters

showLeft  Boolean
Should the left docking indicator be shown.
showRight  Boolean
Should the right docking indicator be shown.
showTop  Boolean
Should the top docking indicator be shown.
showBottom  Boolean
Should the bottom docking indicator be shown.
showMiddle  Boolean
Should the middle docking indicator be shown.
See Also