TdxMapItemStyle Class
Stores the appearance settings applied to a specific map item‘s state.
Declaration
TdxMapItemStyle = class(
TdxCustomMapItemStyle
)
Remarks
This class does not introduce any new functionality except for publishing the properties implemented by its ancestor. Refer to the TdxCustomMapItemStyle class description for detailed information on the appearance settings of map item states.
The map layer‘s ItemStyle, ItemStyleHot, and ItemStyleSelected properties reference a TdxMapItemStyle object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxCustomMapItemStyle
TdxMapItemStyle
See Also