Click or drag to resize

GraphControllerGraphTool Property

Gets or sets the graph tool. (Setting is done via binding from the control).

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ITool? GraphTool { get; set; }

Property Value

ITool

Implements

IGraphControllerGraphTool
See Also