Skip to content

Commit ffe9cf1

Browse files
Merge pull request #4875 from syncfusion-content/903039-BlazDocsDev
903039: added changes in sample code.
2 parents 63f7895 + 068574d commit ffe9cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/maps/user-interactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ The shape is initially selected using the [MapsInitialShapeSelection](https://he
577577
<SfMaps>
578578
<MapsLayers>
579579
<MapsLayer ShapeData='new {dataOptions= "https://cdn.syncfusion.com/maps/map-data/world-map.json"}' TValue="string">
580-
<MapsLayerSelectionSettings Enable="true" Fill="green">
580+
<MapsLayerSelectionSettings Enable="true" Fill="green" EnableMultiSelect="true">
581581
<MapsLayerSelectionBorder Color="white" Width="2"></MapsLayerSelectionBorder>
582582
</MapsLayerSelectionSettings>
583583
<MapsInitialShapeSelectionSettings>
@@ -1066,4 +1066,4 @@ To change the duration of the tooltips in mobile devices, you can use the [Durat
10661066

10671067
## See also
10681068

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

0 commit comments

Comments
 (0)