TdxCustomMapItemStyle.BorderWidth Property
Specifies the map item‘s border width, in pixels.
Declaration
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