Search
CaptionedNode.dividerStroke Property
See Also
 





Gets or sets the color used to stroke the divider line between node's caption bar and content area.

Namespace: MindFusion.Diagramming
File: CaptionedNode.js

 Syntax

JavaScript  Copy Code

get dividerStroke() {}
set dividerStroke(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 Remarks

If dividerStroke is not set, the divider line is drawn using the color assigned to stroke property.

 See Also