Back to Devexpress

HeatmapPoint.Location Property

windowsforms-devexpress-dot-xtramap-dot-heatmappoint-a72647b8.md

latest1.0 KB
Original Source

HeatmapPoint.Location Property

Gets or sets the heatmap point location.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(null)]
public CoordPoint Location { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Location As CoordPoint

Property Value

TypeDefaultDescription
CoordPointnull

A CoordPoint descendant.

|

See Also

HeatmapPoint Class

HeatmapPoint Members

DevExpress.XtraMap Namespace