Gets or sets a value indicating whether and when node anchor points should be displayed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ShowAnchors ShowAnchors { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowAnchors As ShowAnchors |
A member of the ShowAnchors enumeration. The default value is Auto.
See Also