Specifies when anchors points should be displayed.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Always |
Anchor point marks are always painted. |
|
Auto |
Anchor point marks are shown for the node under the mouse cursor. |
|
Never |
Anchor point marks are never painted. |
|
Selected |
Anchor point marks are painted for the selected node. |
Members of this enumeration can be assigned to the showAnchors property of Diagram.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |