Skip to main content

MapLegendBase.ItemStyle Property

Provides access to the style settings of legend items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapElementStyle ItemStyle { get; }

Property Value

Type Description
MapElementStyle

A MapElementStyle object that contains style settings to customize legend items.

See Also