Search
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
Package: MindFusion.Diagramming

 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