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
SyntaxC#
Copy Code
|
|---|
public float AutoHandlesMargins { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoHandlesMargins As Single |
See Also