MapMenuItem

This commit is contained in:
ClemensFischer 2025-09-20 14:02:42 +02:00
parent 616b2bf3f7
commit 3f16d1d637
10 changed files with 54 additions and 82 deletions

View file

@ -29,7 +29,7 @@ namespace MapControl.UiTools
#endif
public FrameworkElement MapLayer { get; set; }
public override bool GetIsChecked(MapBase map)
protected override bool GetIsChecked(MapBase map)
{
return MapLayer != null && map.Children.Contains(MapLayer);
}