mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Update MainWindow.axaml
This commit is contained in:
parent
dd7a4814af
commit
6f79b16725
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@
|
|||
<map:MapItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<Canvas Width="100" Height="100" ClipToBounds="False">
|
||||
<Path Fill="{Binding Foreground, RelativeSource={RelativeSource AncestorType=map:MapItem}}">
|
||||
<Path.Data>
|
||||
<EllipseGeometry RadiusX="3" RadiusY="3"/>
|
||||
</Path.Data>
|
||||
</Path>
|
||||
<Path StrokeThickness="2" Stroke="Gray" Fill="Transparent">
|
||||
<Path.Data>
|
||||
<EllipseGeometry RadiusX="8" RadiusY="8"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue