Click or drag to resize

DropDockingIndicatorsSquare Constructor

Initialize a new instance of the DropDockingIndicatorsSquare class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DropDockingIndicatorsSquare(
	IPaletteDragDrop paletteDragDrop,
	IRenderer renderer,
	bool showLeft,
	bool showRight,
	bool showTop,
	bool showBottom,
	bool showMiddle
)

Parameters

paletteDragDrop  IPaletteDragDrop
Drawing palette.
renderer  IRenderer
Drawing renderer.
showLeft  Boolean
Show left hot area.
showRight  Boolean
Show right hot area.
showTop  Boolean
Show top hot area.
showBottom  Boolean
Show bottom hot area.
showMiddle  Boolean
Show middle hot area.
See Also