Back to Devexpress

MapPushpin.Location Property

wpf-devexpress-dot-xpf-dot-map-dot-mappushpin-847aa79a.md

latest1.0 KB
Original Source

MapPushpin.Location Property

Gets or sets coordinates for the pushpin element on a map.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public CoordPoint Location { get; set; }
vb
Public Property Location As CoordPoint

Property Value

TypeDescription
CoordPoint

A CoordPoint structure that defines a geographical point on the map for a pushpin element.

|

See Also

MapPushpin Class

MapPushpin Members

DevExpress.Xpf.Map Namespace