Gets or sets the object within which the tool may be applied in a charged-cursor scenario. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DependencyObject ToolScope { get; set; }
Visual Basic (Declaration)
Public Property ToolScope As DependencyObject

Implements

IDiagramToolboxTool..::.ToolScope

Remarks

If null, the tool will not exhibit charged-cursor behaviour: it will support only drag-and-drop.

Dependency Property Information
Identifier fieldToolScopeProperty
Metadata properties set to trueNone

See Also