Skip to main content

MiniMapVectorItemsLayer.ItemImageIndex Property

Gets or sets the index of an image that all vector items in this layer use.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Int32 -1

A Int32 value.

See Also