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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public RenderDragDockingData(
	bool showLeft,
	bool showRight,
	bool showTop,
	bool showBottom,
	bool showMiddle
)

Parameters

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