Search
Shape.pen Property
See Also
 





Gets or sets the pen used to stroke the frame of this shape.

Namespace: MindFusion.Diagramming
File: Shape.js

 Syntax

JavaScript  Copy Code

get pen() {}
set pen(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 Remarks

Used to paint Shape components of CompositeNode.

 See Also