mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
MapMenuItem
This commit is contained in:
parent
616b2bf3f7
commit
3f16d1d637
10 changed files with 54 additions and 82 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue