FlowDirection must be LeftToRight

This commit is contained in:
ClemensFischer 2024-09-03 08:27:56 +02:00
parent 2a0f363377
commit 1f8f35d8b5
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
xmlns:map="clr-namespace:MapControl">
<Style TargetType="map:MapBase">
<Setter Property="FlowDirection" Value="LeftToRight"/>
<Setter Property="Foreground" Value="Black"/>
</Style>