TdxCustomMapItemStyle.AssignedValues Property
Specifies the set of flags corresponding to the customized map item appearance settings.
Declaration
property AssignedValues: TdxMapItemStyleValues read; write; default [];
Property Value
Type |
---|
TdxMapItemStyleValues |
Remarks
You can use this property to:
Track changes made to the appearance settings;
Ignore the effects of certain customized settings by removing the corresponding flags.
Refer to the TdxMapItemStyleValue type description for the full list of available flags.
The default value of the AssignedValues property is [].
See Also