Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapItemStyleValues Type

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

#Declaration

Delphi
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