Hello, I have a WPF menu:
<Menu Height="22" Margin="0,109,102,0" Name="menu1" VerticalAlignment="Top">
<MenuItem Header="Reports">
<MenuItem.Icon>
<Image Width="20" Height="20" Source="/XSoftArt.WPFengine;component/Images/export32x32xp.png" />
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="Export" />
<MenuItem Header="New record" />
</Menu>
How to define MenuItem.Icon so that the MenuItemHeader text would be placed below the menu item image?Thanks for help!