Specifies the visual style of anchor point marks.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum MarkStyle |
Visual Basic
![]() |
---|
Public Enum MarkStyle |
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'. |
Members of this enumeration are used as values of the MarkStyle property of the AnchorPoint class.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |