MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setShowAnchors Method

See Also
 





Sets a value indicating whether and when anchor point marks are displayed.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setShowAnchors (value)

 Parameters

value

One of the ShowAnchors enumeration values.

 See Also