Search
Path.pen Property
See Also
 






Gets or sets the pen used to draw the path.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

A color string.

 See Also