//Style Tooltip var cssStyleDeclarationTooltip:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("mx.controls.ToolTip"); if (numberOfStyleColors > 4) { cssStyleDeclarationTooltip.setStyle("color", textColor); cssStyleDeclarationTooltip.setStyle("backgroundColor", backgroundColor); } cssStyleDeclarationTooltip.setStyle("fontSize", fontSize); cssStyleDeclarationTooltip.setStyle("fontFamily", fontName); topLevelStyleManager.setStyleDeclaration("mx.controls.ToolTip", cssStyleDeclarationTooltip, false);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.