Search
CaptionedNode.dividerStrokeDashArray Property
See Also
 





Gets or sets an array of values specifying the dash pattern of the node's divider line.

Namespace: MindFusion.Diagramming
File: CaptionedNode.js

 Syntax

JavaScript  Copy Code

get dividerStrokeDashArray() {}
set dividerStrokeDashArray(value) {}

 Property Value

Array

The pattern.

 See Also