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

TdxMapItem.StyleHot Property

Provides access to the appearance settings applied to the map item when it is hot-tracked.

Declaration

property StyleHot: TdxMapItemStyle index mcesHot read; write;

Property Value

Type Description
TdxMapItemStyle

Stores the appearance settings applied to a specific map item’s state.

Remarks

Use the Style, StyleHot, and StyleSelected properties to customize the appearance settings of the map item in the normal, hot-tracked, and selected states, respectively. These properties specify individual appearance settings of the map item and have priority over the item layer‘s ItemStyle, ItemStyleHot, and ItemStyleSelected properties, which specify appearance settings that are common to all map items displayed by the item layer.

See Also