Gets or sets the color used to stroke the divider line between node's caption bar and content area.
Namespace: MindFusion.Diagramming
Assembly: CaptionedNode.js
SyntaxJavaScript
Copy Code
|
|---|
get dividerStroke() {} |
String
A string specifying the color name or hexadecimal value.
RemarksIf dividerStroke is not set, the divider line is drawn using the color assigned to stroke property.
See Also