[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest oder schreibt das aktuelle Werkzeug.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public IEditorTool CurrentTool { get; set; }
Visual Basic
Public Property CurrentTool As IEditorTool
	Get
	Set
F#
abstract CurrentTool : IEditorTool with get, set
override CurrentTool : IEditorTool with get, set

Field Value

Das aktuelle Werkzeug.

Implements

IEditor..::..CurrentTool

See Also