Fixed MapPath

This commit is contained in:
ClemensF 2021-01-13 20:54:05 +01:00
parent fead75ffb9
commit 48f1638b45
3 changed files with 0 additions and 15 deletions

View file

@ -14,8 +14,6 @@ namespace MapControl
{
public partial class MapPath : Shape, IWeakEventListener
{
public static readonly DependencyProperty AutoCollapseProperty = MapPanel.AutoCollapseProperty.AddOwner(typeof(MapPath));
public static readonly DependencyProperty DataProperty = Path.DataProperty.AddOwner(typeof(MapPath));
public Geometry Data