Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_CanStartDrag Method

Determines whether a drag operation can be started for the specified plot items.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool PlotItems_CanStartDrag(
	IEnumerable items
)

Parameters

items  IEnumerable
The items that are about to be dragged.

Return Value

Boolean
true if all items are on the same level; otherwise, false.
See Also