Specifies the visual style of anchor point marks.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public enum MarkStyle |
Visual Basic Copy Code |
---|
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.