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,10 +14,6 @@ namespace MapControl
{
public partial class MapPath : Path
{
public static readonly DependencyProperty AutoCollapseProperty = DependencyProperty.Register(
nameof(AutoCollapse), typeof(bool), typeof(MapPath),
new PropertyMetadata(false, (o, e) => MapPanel.SetAutoCollapse((FrameworkElement)o, (bool)e.NewValue)));
#region Methods used only by derived classes MapPolyline and MapPolygon
protected void DataCollectionPropertyChanged(DependencyPropertyChangedEventArgs e)