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

Circle

Anchor point marked with a circle.

Cross

Anchor point marked with a cross.

Custom

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

None

No visual indication for the anchor point.

Rectangle

Anchor point marked with a rectangle.

X

Anchor point marked with an 'X'.

 Remarks

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

 See Also