TdxMapItemStyleValue Enum
In This Article
Enumerates individual flags corresponding to all appearance settings applicable to a map item state.
#Declaration
Delphi
TdxMapItemStyleValue = (
mcsvColor,
mcsvBorderWidth,
mcsvBorderColor,
mcsvFont,
mcsvTextColor,
mcsvTextGlowColor
);
#Members
Name |
---|
mcsv
|
mcsv
|
mcsv
|
mcsv
|
mcsv
|
mcsv
|
#Remarks
The flags listed in the table below are added automatically to the map item state style’s AssignedValues property value in response to any change made to the corresponding appearance setting. Absence of a flag indicates that the map control uses the default value of the corresponding property instead.
Value | Description |
---|---|
mcsv |
Specifies that the control uses the custom Tdx |
mcsv |
The control uses the custom Tdx |
mcsv |
The control uses the custom Tdx |
mcsv |
The control uses the custom Tdx |
mcsv |
The control uses the custom Tdx |
mcsv |
The control uses the custom Tdx |
The TdxMapItemStyleValues type references the TdxMapItemStyleValue type.
See Also