Click or drag to resize

DropDockingIndicatorsRounded Constructor

Initialize a new instance of the DropDockingIndicatorsRounded class.

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

Parameters

paletteDragDrop
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDragDrop
Drawing palette.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Drawing renderer.
showLeft
Type: SystemBoolean
Show left hot area.
showRight
Type: SystemBoolean
Show right hot area.
showTop
Type: SystemBoolean
Show top hot area.
showBottom
Type: SystemBoolean
Show bottom hot area.
showMiddle
Type: SystemBoolean
Show middle hot area.
See Also