Gets or sets the color used to stroke item's borders.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get pen() {} |
String
A string specifying the color name or hexadecimal value.
RemarksThis is synonim for the stroke property, and will be removed in future versions of the library.
See Also