Update MapBorderPanel.cs

This commit is contained in:
ClemensFischer 2023-01-14 20:02:30 +01:00
parent 07710f0e40
commit 372f2032b9

View file

@ -23,7 +23,7 @@ namespace MapControl
public static readonly DependencyProperty BorderWidthProperty = DependencyProperty.Register(
nameof(BorderWidth), typeof(double), typeof(MapBorderPanel), null);
public static readonly DependencyProperty OnBorderProperty = DependencyProperty.Register(
public static readonly DependencyProperty OnBorderProperty = DependencyProperty.RegisterAttached(
"OnBorder", typeof(bool), typeof(MapBorderPanel), null);
public double BorderWidth