Click or drag to resize

IToolTipManagement Interface

Separate interface of the map control, dedicated to the management of tool tips.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public interface IToolTipManagement

The IToolTipManagement type exposes the following members.

Properties
  NameDescription
Public propertyIsEnabled
Enables/disables the management for tool tips.
Public propertyMaxPixelDistance
Distance (specified in Pixels) between the current mouse position and a layer object, for which tooltip information should be shown. Each layer has to interpolate to its own coordinate format, what is meant by the pixel sized distance.
Public propertyToolTipDelay
Reads or writes the value (in [ms]) to delay tool tip display.
Top
See Also