Balloon.IsTargetOut

Syntax

IsTargetOut: Boolean;

Description

The IsTargetOut property determines whether a tooltip is outside the free area.

Comments

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

The property is set to true is a tooltip is outside the free area, otherwise it set to false.

Example

The example of use is given on the page with description of the Balloon.HoverMode property.

See also:

Balloon