Search
AnchorPoint.Color Property
See Also
 





Gets or sets the color of the anchor point mark.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color Color { get; set; }

Visual Basic  Copy Code

Public Property Color As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance. The default is Color.Black.

 Remarks

The anchor mark shape specified by MarkStyle is painted with this color.

 See Also