mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-23 00:50:16 +01:00
Update MainWindow.xaml
This commit is contained in:
parent
06e8a0585e
commit
c5852c9f9f
|
|
@ -186,7 +186,7 @@
|
|||
<TextBlock Text="Heading" Margin="0,0,0,2" HorizontalAlignment="Center" Foreground="Gray" FontSize="10"/>
|
||||
<Slider AutoToolTipPlacement="TopLeft" AutoToolTipPrecision="0"
|
||||
Width="100" VerticalAlignment="Center" SmallChange="5" LargeChange="45"
|
||||
Minimum="0" Maximum="360" Value="{Binding TargetHeading, ElementName=map}"/>
|
||||
Minimum="0" Maximum="360" Value="{Binding Heading, ElementName=map}"/>
|
||||
</StackPanel>
|
||||
<StackPanel Margin="5">
|
||||
<TextBlock Text="Image Opacity" Margin="0,0,0,2" HorizontalAlignment="Center" Foreground="Gray" FontSize="10"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue