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

MapOverlayItemBase.HotTrackedStyle Property

Gets a background style applied to a hot-tracked overlay item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public BackgroundStyle HotTrackedStyle { get; }

Property Value

Type Description
BackgroundStyle

A BackgroundStyle object.

See Also