Gets or sets whether the tool may be dragged. If this is false, the tool may be used only by selecting it, and then clicking or click-dragging. The default is true. This is a dependency property.

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

Syntax

C#
public bool AllowToolDrag { get; set; }
Visual Basic (Declaration)
Public Property AllowToolDrag As Boolean

Remarks

Dependency Property Information
Identifier fieldAllowToolDragProperty
Metadata properties set to trueNone

See Also