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