Method ShowCalloutAt
ShowCalloutAt(MapPoint, CalloutDefinition)
Shows a callout based on a CalloutDefinition at the given location.
Declaration
public void ShowCalloutAt(MapPoint location, CalloutDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
MapPoint | location | Location to anchor the callout to. |
CalloutDefinition | definition | The callout definition. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
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 |
---|---|---|
MapPoint | location | Location to anchor the callout to. |
System.Windows.UIElement | calloutContent | The content of the callout |
Point | leaderOffset | Adds additional offset to the Callout in pixels relative to the location |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |