Show / Hide Table of Contents

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
TargetVersions
.NET 6.0 Windows100.13 - 200.2
.NET Framework100.1 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12

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.

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
TargetVersions
.NET 6.0 Windows100.13 - 200.2
.NET Framework100.1 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
In This Article
Back to top Copyright © 2022 Esri.