Gets the effective text color that should be used to render this item's text.
Namespace: MindFusion.Diagramming
File: DiagramItem.js
JavaScript Copy Code |
---|
get effectiveTextColor() {} |
String
A string specifying the item's text color.
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.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |