Search
DiagramItem.stroke Property
See Also
 






Gets or sets the color used to stroke item's frame.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get stroke() {}
set stroke(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also