Search
Diagram.ShowAnchors Property
See Also
 





Gets or sets a value indicating whether and when node anchor points should be displayed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShowAnchors ShowAnchors { get; set; }

Visual Basic  Copy Code

Public Property ShowAnchors As ShowAnchors

 Property Value

A member of the ShowAnchors enumeration. The default value is Auto.

 See Also