<s:HGroup id="headerGroup" width="100%" includeInLayout.withoutHeader="false" minWidth="0" verticalAlign="middle" visible.withoutHeader="false"> <esri:InfoWindowLabel id="labelText" fontFamily="myriadFont" fontSize="30" color="#FFFFFF"/> <s:Rect width="100%" height="30" minWidth="0"/> <esri:InfoWindowCloseButton id="closeButton"/> </s:HGroup> <s:Group id="contentGroup" width="100%" height="100%" fontSize="20" fontFamily="myriadBoldFont" minHeight="0" minWidth="0" color="#000000" contentBackgroundColor="#B0B0B0"> </s:Group>
var cssStyleDeclarationInfoWindowLabel:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("com.esri.ags.components.supportClasses.InfoWindowLabel"); cssStyleDeclarationInfoWindowLabel.setStyle("fontSize", fontSize); cssStyleDeclarationInfoWindowLabel.setStyle("fontFamily", fontName); topLevelStyleManager.setStyleDeclaration("com.esri.ags.components.supportClasses.InfoWindowLabel", cssStyleDeclarationInfoWindowLabel, false);
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.