Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blazor/maps/user-interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ The shape is initially selected using the [MapsInitialShapeSelection](https://he
<SfMaps>
<MapsLayers>
<MapsLayer ShapeData='new {dataOptions= "https://cdn.syncfusion.com/maps/map-data/world-map.json"}' TValue="string">
<MapsLayerSelectionSettings Enable="true" Fill="green">
<MapsLayerSelectionSettings Enable="true" Fill="green" EnableMultiSelect="true">
<MapsLayerSelectionBorder Color="white" Width="2"></MapsLayerSelectionBorder>
</MapsLayerSelectionSettings>
<MapsInitialShapeSelectionSettings>
Expand Down Expand Up @@ -1066,4 +1066,4 @@ To change the duration of the tooltips in mobile devices, you can use the [Durat

## See also

* [Change center position on zooming](how-to/change-center-position-on-zooming)
* [Change center position on zooming](how-to/change-center-position-on-zooming)