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





Specifies when anchors points should be displayed.

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

 Syntax

C#  Copy Code

public enum ShowAnchors

Visual Basic  Copy Code

Public Enum ShowAnchors

 Members

  Member name Description

Always

Anchor point marks are always painted.

Auto

Anchor point marks are shown for the node under the mouse cursor.

Never

Anchor point marks are never painted.

Selected

Anchor point marks are painted for the selected node.

 Remarks

Members of this enumeration are used as values of the ShowAnchors property of the Diagram class. Auto and Selected can be combined using the bitwise or operator.

 See Also

MindFusion.Diagramming.Wpf Namespace
ShowAnchors Property
MarkStyle Enumeration