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

TdxCustomMapItemStyle.BorderColor Property

Specifies the map item‘s border color.

#Declaration

Delphi
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