TdxCustomMapItemStyle.BorderColor Property
In This Article
Specifies the map item‘s border color.
#Declaration
Delphi
property BorderColor: TdxAlphaColor read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the BorderColor and BorderWidth properties to customize the map item border’s appearance. Any BorderColor property value change adds the mcsvBorderColor flag to the AssignedValues property. The map control uses the default border color to display the map item if the mcsvBorderColor flag is removed, ignoring the current BorderColor property value.
Note
The Border
The default value of the BorderColor property is dxacDefault.
See Also