Skip to main content

TdxCustomMapItemStyle.BorderColor Property

Specifies the map item‘s border color.

Declaration

property BorderColor: TdxAlphaColor read; write;

Property Value

Type
TdxAlphaColor

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 BorderColor property has no effect on pushpins and custom map elements.

The default value of the BorderColor property is dxacDefault.

See Also