Specifies the visual style of anchor point marks.
Namespace: MindFusion.Diagramming
Assembly: Enum.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
None |
No visual indication for the anchor point. |
![]() |
Cross |
Anchor point marked with a cross. |
![]() |
X |
Anchor point marked with an 'X'. |
![]() |
Circle |
Anchor point marked with a circle. |
![]() |
Rectangle |
Anchor point marked with a rectangle. |
![]() |
Custom |
Raises drawAnchorPoint event, which lets you draw custom graphics using the Canvas API. |
Members of this enumeration can be assigned to the markStyle property of AnchorPoint.
MvcDiagram Programmer's Guide | © 2025 MindFusion |