Skip to main content

ColorLegendItem.ImageIndex Property

Gets or sets the index of an image used by this legend item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Int32 -1

A Int32 value.

Remarks

This property specifies the index of an image stored in the ColorListLegend.ImageList property.

See Also