Search
AnchorPoint.color Property
See Also
 





Gets or sets the color of the anchor point mark.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get color() {}
set color(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 Remarks

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

 See Also