Specifies when anchors points should be displayed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum ShowAnchors |
Visual Basic Copy Code |
---|
Public Enum ShowAnchors |
Member name | Description | |
---|---|---|
Always |
Anchor point marks are always painted. |
|
Never |
Anchor point marks are never painted. |
|
Selected |
Anchor point marks are painted for the selected node. |
Members of this enumeration are used as values of the ShowAnchors property of the Diagram class.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |