XYZPlotLayerContentsControllerPlotItems_DragEnded Method |
Ends a drag operation for plot items.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PlotItems_DragEnded(
bool isCopy,
bool isMove
)
Parameters
- isCopy Boolean
- If set to true, the drag operation completed as a copy.
- isMove Boolean
- If set to true, the drag operation completed as a move.
See Also