mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.xaml
This commit is contained in:
parent
e16f404957
commit
1e547abf9e
|
|
@ -133,9 +133,12 @@
|
||||||
</map:Pushpin>
|
</map:Pushpin>
|
||||||
</map:Map>
|
</map:Map>
|
||||||
|
|
||||||
<Border HorizontalAlignment="Center" VerticalAlignment="Top" Margin="4"
|
<Border HorizontalAlignment="Center" VerticalAlignment="Top" Margin="4" IsHitTestVisible="False">
|
||||||
Background="#AFFFFFFF" IsHitTestVisible="False">
|
<Border.Background>
|
||||||
<TextBlock x:Name="mouseLocation" FontFamily="Consolas" Margin="4,2" Visibility="Collapsed"/>
|
<SolidColorBrush Color="{Binding Background.Color, ElementName=map}" Opacity="0.5"/>
|
||||||
|
</Border.Background>
|
||||||
|
<TextBlock x:Name="mouseLocation" Foreground="{Binding Foreground, ElementName=map}"
|
||||||
|
FontFamily="Consolas" Margin="4,2" Visibility="Collapsed"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#AFFFFFFF"
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#AFFFFFFF"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue