Click or drag to resize

ToolTipManagementCreateCustomizedToolTipsFunc Property

Callback for indicating the rendering of a tool tip. When this callback is set, the default rendering is avoided.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Action<List<IMapObject>> CreateCustomizedToolTipsFunc { get; set; }

Property Value

Type: ActionListIMapObject
See Also