From 372f2032b928c6e95d91361c1b7339cc95ee38ed Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 14 Jan 2023 20:02:30 +0100 Subject: [PATCH] Update MapBorderPanel.cs --- MapControl/Shared/MapBorderPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/MapBorderPanel.cs b/MapControl/Shared/MapBorderPanel.cs index 9d96fad5..2ae140e3 100644 --- a/MapControl/Shared/MapBorderPanel.cs +++ b/MapControl/Shared/MapBorderPanel.cs @@ -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