Gets or sets the color of the anchor point mark.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Color Color { get; set; } |
Visual Basic Copy Code |
---|
Public Property Color As Color |
An instance of the .NET Color structure. The default is Color.Black.
The anchor mark shape specified by MarkStyle is painted with this color.
NetDiagram Programmer's Guide | © 2023 MindFusion |