mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Added MapBase.MapLayerItemsSource property
This commit is contained in:
parent
0b5d1e439f
commit
2194f08a74
6 changed files with 275 additions and 70 deletions
|
|
@ -41,8 +41,11 @@ namespace MapControl
|
|||
{
|
||||
mapElement.ParentMap = newValue;
|
||||
}
|
||||
},
|
||||
true); // inherits
|
||||
#if UWP || WINUI
|
||||
});
|
||||
#else
|
||||
}, true); // inherits
|
||||
#endif
|
||||
|
||||
public MapPanel()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue