mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapBorderPanel.cs
This commit is contained in:
parent
07710f0e40
commit
372f2032b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue