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.BorderWidth Property

Specifies the map item‘s border width, in pixels.

#Declaration

Delphi
property BorderWidth: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the BorderWidth and BorderColor properties to customize the map item border’s appearance. Any BorderWidth property value change adds the mcsvBorderWidth flag to the AssignedValues property. The map control uses the default border width to display the map item if the mcsvBorderWidth flag is removed, ignoring the current BorderWidth property value.

The BorderWidth property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.

Note

The BorderWidth property has no effect on pushpins and custom map elements.

The default value of the BorderWidth property is 1.

See Also