Specifies when anchors points should be displayed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public enum ShowAnchors |
Visual Basic
![]() |
---|
Public Enum ShowAnchors |
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. |