Search
AnchorPoint.Color Property
See Also
 





Gets or sets the color of the anchor point mark.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color Color { get; set; }

Visual Basic  Copy Code

Public Property Color As Color

 Property Value

An instance of the .NET Color structure. The default is Color.Black.

 Remarks

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

 See Also