MapPushpin.Location Property
In This Article
Gets or sets coordinates for the pushpin element on a map.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint Location { get; set; }
#Property Value
Type | Description |
---|---|
Coord |
A Coord |
See Also