Search
Diagram.shapePen Property
See Also
 





Gets or sets the default stroke of ShapeNode objects.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get shapePen() {}
set shapePen(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 Remarks

This property provides a default value for the pen used to stroke ShapeNode border lines.

 See Also