MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramItem.setPen Method

See Also
 





Sets an object used to paint the frame of the item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function setPen (value)

 Parameters

value

A Pen value identifying the stroke of the item frame.

 See Also