XYZPlotLayerContentsControllerPlotItems_CanStartDrag Method |
Determines whether a drag operation can be started for the specified plot items.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool PlotItems_CanStartDrag(
IEnumerable items
)
Parameters
- items IEnumerable
- The items that are about to be dragged.
Return Value
Booleantrue if all items are on the same level; otherwise,
false.
See Also