Skip to main content

TdxMapItemStyleValues Type

A set of flags corresponding to the customized map item appearance settings.

Declaration

TdxMapItemStyleValues = set of TdxMapItemStyleValue;

Referenced Class

Type
TdxMapItemStyleValue

Remarks

Each map item state can have any number of customized appearance settings, starting from none (the default settings). If a flag is removed, the map control does not apply the corresponding custom appearance setting to a map item state. Refer to the TdxMapItemStyleValue type description for detailed information on available flags and their corresponding appearance settings.

The TdxCustomMapItemStyle.AssignedValues property references the TdxMapItemStyleValues type.

See Also