Search
DiagramView.AutoHandlesMargins Property
See Also
 





Gets or sets the distance from the node's border at which the mouse is still considered over the node, when determining whether to hide the auto handles of a node.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public float AutoHandlesMargins { get; set; }

Visual Basic  Copy Code

Public Property AutoHandlesMargins As Single

 Property Value

 See Also