MindFusion.Wpf Pack Programmer's Guide
MarkStyle Enumeration
See Also
 





Specifies the visual style of anchor point marks.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

No visual indication for the anchor point.

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

MindFusion.Diagramming.Wpf Namespace
AnchorPoint Class
MarkStyle Property
DrawAnchorPoint Event