Skip to main content

MapOverlayImageItem.ImageIndex Property

Gets or sets the index of an image that is within the MapControl.ImageList list and that the overlay item displays.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(-1)]
public int ImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

The zero-based index of an image that is within the MapControl.ImageList list and that the overlay item displays.

Remarks

Note that the properties that specify an image that the overlay image item uses has the following order of priorities.

  1. MapOverlayImageItem.ImageUri
  2. MapOverlayImageItem.Image
  3. MapOverlayImageItem.ImageIndex
See Also