Class Callout
A callout control used for rendering a Callout on top of the GeoView
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.dll
Syntax
public class Callout : ContentControl, IViewOverlay
Remarks
The Callout control is used by the GeoView when displaying a single callout using the ShowCallout* methods.
However the callout can also be used as a control inside the Overlays collection. This
control implements the IView
Constructors
Fields
Name | Description |
---|---|
Leader |
Identifies the Leader |
Leader |
Identifies the Leader |
Leader |
Identifies the Leader |
Properties
Name | Description |
---|---|
Anchor |
Gets or sets the point at which the callout should be anchored on the map or scene |
Leader |
Gets or sets the horizontal leader offset |
Leader |
Gets or sets the vertical leader offset |
Leader |
Gets or sets the placement of the leader |
Methods
Name | Description |
---|---|
On |
|
On |
Called when the callout is about to be repositioned on the view |
Name | Description |
---|---|
IView |
Provides the behavior for the ArrangeOverlay pass of layout. Controls can implement this method to define their own ArrangeOverlay pass behavior for when they are part of the Overlays collection. |
See Also
Applies to
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |