Search
NodeListView.textColor Property
See Also
 





Gets or sets the color used to paint text in the NodeListView control.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

get textColor() {}
set textColor(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also