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.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public double AutoHandlesMargins { get; set; }

Visual Basic  Copy Code

Public Property AutoHandlesMargins As Double

 Property Value

 See Also