Sample applications DoubleTapped handling

This commit is contained in:
ClemensFischer 2024-05-31 09:17:44 +02:00
parent e8b6d318ec
commit 12a49f0881
4 changed files with 16 additions and 9 deletions

View file

@ -169,13 +169,15 @@
<map:MapItemsControl ItemContainerStyle="{StaticResource PointItemStyle}"
ItemsSource="{Binding Points}"
SelectionMode="Multiple"
LocationMemberPath="Location"/>
LocationMemberPath="Location"
DoubleTapped="MapItemsControlDoubleTapped"/>
<map:MapItemsControl ItemContainerStyle="{StaticResource PushpinItemStyle}"
ItemsSource="{Binding Pushpins}"
SelectedItem="{Binding SelectedPushpin, Mode=TwoWay}"
SelectionMode="Multiple"
LocationMemberPath="Location"/>
LocationMemberPath="Location"
DoubleTapped="MapItemsControlDoubleTapped"/>
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00">
<map:MapPath.Data>