TdxMapItem.Style Property
Provides access to the appearance settings applied to the map item in the normal state.
Declaration
property Style: TdxMapItemStyle index mcesNormal 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