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

MapItemsLayerBase.SelectedItemStyle Property

Gets a style applied to the selected map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapItemStyle SelectedItemStyle { get; }

Property Value

Type Description
MapItemStyle

A MapItemStyle that contains style settings to customize the selected map item.

See Also