Method ShowCalloutAt
ShowCalloutAt(MapPoint, CalloutDefinition)
Shows a callout based on a Callout
Declaration
public void ShowCalloutAt(MapPoint location, CalloutDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
Map |
location | Location to anchor the callout to. |
Callout |
definition | The callout definition. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |
ShowCalloutAt(MapPoint, UIElement, Point)
Shows a callout at the given location with Visual Element as content
Declaration
public void ShowCalloutAt(MapPoint location, UIElement calloutContent, Point leaderOffset = default(Point))
Parameters
Type | Name | Description |
---|---|---|
Map |
location | Location to anchor the callout to. |
System. |
calloutContent | The content of the callout |
System. |
leaderOffset | Adds additional offset to the Callout in pixels relative to the location |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |
.NET Framework | 100.1 - 200.6 |