Skip to main content

MapEllipse.Location Property

Gets or sets a location of the ellipse on a map.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public GeoPoint Location { get; set; }

#Property Value

Type Description
GeoPoint

A GeoPoint object containing geographical coordinates of the ellipse location.

See Also