Version 4.9.0: Reworked MapPanel child arrangement.

This commit is contained in:
ClemensF 2018-05-01 12:59:47 +02:00
parent ff013ccf86
commit 4608909ca9
3 changed files with 16 additions and 13 deletions

View file

@ -65,6 +65,11 @@ namespace MapControl
new Binding { Source = map, Path = new PropertyPath("Foreground") });
}
if (Stroke == null)
{
SetBinding(StrokeProperty, GetBinding(ForegroundProperty, nameof(Foreground)));
}
base.SetParentMap(map);
}
}