mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Map menus
This commit is contained in:
parent
c54a0cf91f
commit
f1fa37a9a5
10 changed files with 153 additions and 15 deletions
|
|
@ -164,7 +164,11 @@
|
|||
SelectedItem="{Binding SelectedPushpin, Mode=TwoWay}"
|
||||
SelectionMode="Extended"
|
||||
LocationMemberPath="Location"
|
||||
SelectionChanged="MapItemsControlSelectionChanged"/>
|
||||
SelectionChanged="MapItemsControlSelectionChanged"
|
||||
PointerPressed="MapItemsControl_PointerPressed"
|
||||
PointerReleased="MapItemsControl_PointerReleased"
|
||||
Tapped="MapItemsControl_Tapped"
|
||||
RightTapped="MapItemsControl_RightTapped"/>
|
||||
|
||||
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00" IsHitTestVisible="False">
|
||||
<map:MapPath.Data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue