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

MapPointer.ImageUri Property

Gets or sets a Uri that defines the location of an Image file with vector data.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
Uri *null*

A Uri object that contains a Uri to the Image file.

See Also