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

MapOverlayImageItem.ImageUri Property

Gets or sets the URI of an image that the overlay item displays.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
Uri *null*

The URI of an 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