Back to Devexpress

MapCallout Class

windowsforms-devexpress-dot-xtramap-29301bff.md

latest2.0 KB
Original Source

MapCallout Class

The class used to draw a callout on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapCallout :
    MapPointer,
    IColorizerElement,
    IMapCallout,
    ICallout,
    IMapItemCore
vb
Public Class MapCallout
    Inherits MapPointer
    Implements IColorizerElement,
               IMapCallout,
               ICallout,
               IMapItemCore

The following members return MapCallout objects:

Remarks

The following image shows an example of a map callout item.

Example

View Example

csharp
ItemStorage.Items.Add(new MapCallout() { Location = new GeoPoint(10, 10), Text = "This is a MapCallout object" });
vb
ItemStorage.Items.Add(New MapCallout() With {.Location = New GeoPoint(10, 10), .Text = "This is a MapCallout object"})

Implements

IColorizerElement

Inheritance

Object MapItem MapPointer MapCallout

See Also

MapCallout Members

Vector Items

DevExpress.XtraMap Namespace