mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
FlowDirection must be LeftToRight
This commit is contained in:
parent
2a0f363377
commit
1f8f35d8b5
3 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
xmlns:map="clr-namespace:MapControl">
|
||||
|
||||
<Style TargetType="map:MapBase">
|
||||
<Setter Property="FlowDirection" Value="LeftToRight"/>
|
||||
<Setter Property="Foreground" Value="Black"/>
|
||||
</Style>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue