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

MapOverlayImageItem.Image Property

Gets or sets the image that the overlay item displays.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(null)]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

The image 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