<EmbeddedResource Include="Images\Icons\maximize.svg" />
<EmbeddedResource Include="Images\Icons\minimize.svg" />
<EmbeddedResource Include="Images\Icons\normalize.svg" />
- <EmbeddedResource Include="Icons\open-file.svg"/>
- <EmbeddedResource Include="Icons\scissors.svg"/>
- <EmbeddedResource Include="Icons\copy-file.svg"/>
- <EmbeddedResource Include="Icons\exit-symbol.svg"/>
- <EmbeddedResource Include="Icons\paste-on-document.svg"/>
- <EmbeddedResource Include="Icons\question.svg"/>
+ <EmbeddedResource Include="Icons\open-file.svg" />
+ <EmbeddedResource Include="Icons\scissors.svg" />
+ <EmbeddedResource Include="Icons\copy-file.svg" />
+ <EmbeddedResource Include="Icons\exit-symbol.svg" />
+ <EmbeddedResource Include="Icons\paste-on-document.svg" />
+ <EmbeddedResource Include="Icons\question.svg" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
VerticalAlignment = Top;
}
MenuItem {
+ Width = Stretched;
Background = Transparent;
Foreground = LightGray;
MouseEnter = {Background = vgradient|0:UnitedNationsBlue|1:Onyx;Foreground=White;}
--- /dev/null
+// ------------------------------------------------------------------------------
+// <autogenerated>
+// This code was generated by a tool.
+// Mono Runtime Version: 4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </autogenerated>
+// ------------------------------------------------------------------------------
+
+//
+//This source code was auto-generated by MonoXSD
+//
+namespace Schemas {
+
+}
<?xml version="1.0"?>
<Popper Font="{./Font}" Caption="{./Caption}" Background="{./Background}" PopDirection="{./PopDirection}"
Foreground = "{./Foreground}" CanPop="{./HasChildren}" MouseClick="./onMI_Click"
- IsPopped="{²./IsOpened}">
+ IsPopped="{²./IsOpened}" PopWidth="{./PopWidth}" PopHeight="{./PopHeight}">
<Template>
<Border Name="border1"
MouseEnter="{Foreground=vgradient|0:White|0.2:Gray|0.9:Gray|1:Black}"
MinimumSize = "60,0"
Foreground="Transparent"
Background="{./Background}">
- <HorizontalStack>
- <Image Style="Icon" Picture="{../../../../Icon}"/>
<Label Text="{./Caption}"
Foreground="{./Foreground}"
- Margin="3" HorizontalAlignment="Left"
+ Margin="1" HorizontalAlignment="Left"
Font="{./Font}" />
- </HorizontalStack>
</Border>
</Template>
- <Border Foreground="DimGray" Fit="true">
- <VerticalStack Name="ItemsContainer" Margin="0" Fit="true" Background="Onyx"/>
+ <Border Foreground="DimGray" Width="{../PopWidth}" Height="{../PopHeight}" Background="Onyx">
+ <VerticalStack Name="ItemsContainer"/>
</Border>
</Popper>