Search
MarkStyle Enumeration
See Also
 





Specifies the visual style of anchor point marks.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum MarkStyle

Visual Basic  Copy Code

Public 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

A DrawAnchorPoint event is fired, allowing custom painting of anchor points.

 Remarks

Members of this enumeration are used as values of the MarkStyle property of the AnchorPoint class.

 See Also