Skip to main content
A newer version of this page is available. .

ISupportCoordLocation.Location Property

Gets or sets the location of map items implementing this interface.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v20.2.Core.dll

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.Map.Core

Declaration

CoordPoint Location { get; set; }

Property Value

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also