MindFusion.Wpf Pack Programmer's Guide
Diagram.ShowHandlesOnDrag Property
See Also
 





Gets or sets a value indicating whether to display selection handles of objects under the mouse while another object is being modified.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ShowHandlesOnDrag { get; set; }

Visual Basic  Copy Code

Public Property ShowHandlesOnDrag As Boolean

 Property Value

true to display the selection handles of an item while it is being modified; false to hide them.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ModificationEffect Property