TreeDataVisualizer.UseItemColorForToolTipBorder

Syntax

UseItemColorForToolTipBorder: Boolean;

Description

The UseItemColorForToolTipBorder property determines whether the item color is used to select the tooltip border when pointing the mouse cursor on it.

Comments

Use JSON to set the property value and the getUseItemColorForToolTipBorder method to get the property value.

By default this property is set to true.

With the true value, the tooltip border formatting is the same as the element color:

With the false false value, the tooltip border formatting is in one color independing on the element color:

Example

The example of use is given in the page of method description TreeMap.hoverItems.

See also:

TreeDataVisualizer