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 Windows | 100.13 - 200.5 |
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. |
Microsoft.UI.Xaml.UIElement | calloutContent | The content of the callout |
Windows.Foundation.Point | leaderOffset | Adds additional offset to the Callout in pixels relative to the location |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 200.0 - 200.5 |