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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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.
- MapOverlayImageItem.ImageUri
- MapOverlayImageItem.Image
MapOverlayImageItem.ImageIndex
See Also