Sample applications

This commit is contained in:
ClemensFischer 2025-06-06 11:54:15 +02:00
parent bcd12ba5b8
commit 2e52fba6d6
4 changed files with 11 additions and 11 deletions

View file

@ -39,7 +39,7 @@
<Setter Property="map:MapPanel.Location" Value="{Binding Location}"/>
</Style>
<Style Selector="map|MapItem:selected">
<Setter Property="Foreground" Value="OrangeRed"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
</map:MapItemsControl.Styles>
<map:MapItemsControl.ItemTemplate>
@ -79,7 +79,7 @@
</Setter>
</Style>
<Style Selector="map|MapItem:selected">
<Setter Property="Foreground" Value="OrangeRed"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
</map:MapItemsControl.Styles>
</map:MapItemsControl>