Added MapBase.MapLayerItemsSource property

This commit is contained in:
ClemensFischer 2025-08-11 23:01:22 +02:00
parent 0b5d1e439f
commit 2194f08a74
6 changed files with 275 additions and 70 deletions

View file

@ -41,8 +41,11 @@ namespace MapControl
{
mapElement.ParentMap = newValue;
}
},
true); // inherits
#if UWP || WINUI
});
#else
}, true); // inherits
#endif
public MapPanel()
{