mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
New menu item implementation based directly on MenuItem/ToggleMenuFlyoutItem
This commit is contained in:
parent
11cd45c099
commit
e06dcc5155
12 changed files with 335 additions and 412 deletions
|
|
@ -40,11 +40,17 @@
|
|||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Shared\MapLayersMenuButton.cs">
|
||||
<Link>MapLayersMenuButton.cs</Link>
|
||||
<Compile Include="..\Shared\MapLayerMenuItem.cs">
|
||||
<Link>MapLayerMenuItem.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\MapProjectionsMenuButton.cs">
|
||||
<Link>MapProjectionsMenuButton.cs</Link>
|
||||
<Compile Include="..\Shared\MapProjectionMenuItem.cs">
|
||||
<Link>MapProjectionMenuItem.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\MenuButton.cs">
|
||||
<Link>MenuButton.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\WinUI\MapMenuItem.WinUI.cs">
|
||||
<Link>MapMenuItem.WinUI.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\WinUI\MenuButton.WinUI.cs">
|
||||
<Link>MenuButton.WinUI.cs</Link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue