TailPosition: Number;
The TailPosition property determines offset of tooltip tail.
Use JSON or the setTailPosition method to set the property value and the getTailPosition method to get the property value.
The setTailPosition method has the following parameters: value - offset value, isAbsolute - indicates that offset is calculated in pixels and not in percents, isInverted - indicates that offset is calculated from the bottom right edge of the tooltip.
By default the property contains the value 0.3 in percents.
The example of use is given on the page with description of the Balloon.HoverMode property.
See also: