Back to Devexpress

ColorLegendItem.ImageIndex Property

windowsforms-devexpress-dot-xtramap-dot-colorlegenditem.md

latest1.2 KB
Original Source

ColorLegendItem.ImageIndex Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(-1)]
public int ImageIndex { get; set; }
vb
<DefaultValue(-1)>
Public Property ImageIndex As Integer

Property Value

TypeDefaultDescription
Int32-1

A Int32 value.

|

Remarks

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

See Also

ColorLegendItem Class

ColorLegendItem Members

DevExpress.XtraMap Namespace