Search
MarkStyle Enumeration
See Also
 





Specifies the visual style of anchor point marks.

Namespace: MindFusion.Diagramming
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MarkStyle = {}

 Members

  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.

 Remarks

Members of this enumeration can be assigned to the markStyle property of AnchorPoint.

 See Also