Click or drag to resize

IGraph3DViewSetPanelCursor Method

Sets the panel cursor of the view.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetPanelCursor(
	Object cursor
)

Parameters

cursor  Object
The cursor (must be of the appropriate Gui type).
See Also