Search
DiagramItem.effectiveTextColor Property
See Also
 





Gets the effective text color that should be used to render this item's text.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveTextColor() {}

 Property Value

String

A string specifying the item's text color.

 Remarks

This method returns the text color set locally for an item via textColor, or looks up in the styling hierarchy for a text color set in the item's style, the diagram's style or the current theme.

 See Also