ToolTipManagementFillToolTipMapObjectsFunc Property |
Callback for ordering the tool tip entries from the layers of a map. Commonly the
map object implements this callback.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Func FillToolTipMapObjectsFunc { get; set; }
Public Property FillToolTipMapObjectsFunc As Func
Get
Set
public:
property Func^ FillToolTipMapObjectsFunc {
Func^ get ();
void set (Func^ value);
}
member FillToolTipMapObjectsFunc : Func with get, set
Property Value
Type:
FuncT1, T2, TResultSee Also