Specifies when anchor points should be displayed.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
RemarksMembers of this enumeration can be assigned to the showAnchors property of Diagram.
See Also