UseItemColorForToolTipBorder: Boolean;
The UseItemColorForToolTipBorder property determines whether the fill color of corresponding map layer area is used to set the border color of the tooltip.
Use JSON or the setUseItemColorForToolTipBorder method to set the property value and the getUseItemColorForToolTipBorder method to get the property value.
The property determines border color of the tooltip for map layer area, factors and arrows on the map.
Available values:
true. To set border color of the tooltip, the fill color of corresponding map area is used (default);
false. To set border color of the tooltip, the color determined by the Border property is used.
The example of use is given on the page with description of the PP.MapBubble class constructor.
See also: