Click or drag to resize

GraphControllerSetPanelCursor Method

Sets the panel cursor.

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

Parameters

cursor  Object
The cursor object understood by the current view implementation.
See Also