mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapLayerMenuItem.cs
This commit is contained in:
parent
17cd6c3fa3
commit
6a74a0b85a
|
|
@ -27,7 +27,7 @@ namespace MapControl.UiTools
|
||||||
#if AVALONIA
|
#if AVALONIA
|
||||||
[Content]
|
[Content]
|
||||||
#endif
|
#endif
|
||||||
public FrameworkElement MapLayer { get; set; }
|
public virtual FrameworkElement MapLayer { get; set; }
|
||||||
|
|
||||||
public Func<Task<FrameworkElement>> MapLayerFactory { get; set; }
|
public Func<Task<FrameworkElement>> MapLayerFactory { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue