Search
Diagram.linkPen Property
See Also
 





Gets or sets the default stroke of links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get linkPen() {}
set linkPen(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 Remarks

This property specifies the default value for the pen property of new links.

 See Also