Gets or sets the color of the anchor point mark.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Color Color { get; set; } |
Visual Basic Copy Code |
---|
Public Property Color As Color |
A Microsoft.Maui.Graphics.Color instance. The default is Color.Black.
The anchor mark shape specified by MarkStyle is painted with this color.
MvcDiagram Programmer's Guide | © 2024 MindFusion |