ISupportCoordLocation.Location Property
In This Article
Gets or sets the location of map items implementing this interface.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.2.Core.dll
NuGet Package: DevExpress.Map.Core
#Declaration
CoordPoint Location { get; set; }
#Property Value
Type | Description |
---|---|
Coord |
A Coord |
See Also