Gets or sets the appearance of the anchor point mark.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public MarkStyle MarkStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MarkStyle As MarkStyle |
A member of the MarkStyle enumeration. The default is MarkStyle.X.
RemarksSpecifies how anchor points are marked visually on the display.
See Also