You can read my previous part:
AppBarSeperator control is used when we'd like to separate menuitems used in bottom and top Appbars.
![]()
It'd looked nice if you put these separator after every menuitems. The following is the XAML view of the output above:
- <Page.BottomAppBar>
- <CommandBar IsOpen="True">
- <AppBarButton Icon="Like" Label="Like Me!" />
- <AppBarSeparator/>
- <!-- App bar button with bitmap icon. -->
- <AppBarButton Label="Image" >
- <AppBarButton.Icon>
- <BitmapIcon UriSource="Assets/StoreLogo.png"/>
- </AppBarButton.Icon>
- </AppBarButton>
- <AppBarSeparator/>
- <!-- App bar button with font icon. -->
- <AppBarButton Label="Font" >
- <AppBarButton.Icon>
- <FontIcon FontFamily="Candara" Glyph="$$$"/>
- </AppBarButton.Icon>
- </AppBarButton>
- <AppBarSeparator/>
- <!-- App bar button with path icon. -->
- <AppBarButton Label="Whats That?" >
- <AppBarButton.Icon>
- <PathIcon Data="F1 M 16,12 20,2L 20,16 1,16" HorizontalAlignment="Center"/>
- </AppBarButton.Icon>
- </AppBarButton>
- </CommandBar>
- </Page.BottomAppBar>

Isham KhanPosted Oct 21, 2015, 3:09 PM
gr8
Ankit BansalPosted Oct 15, 2015, 12:45 AM
nice..thanks for sharing
Priyaranjan K SPosted Oct 14, 2015, 12:14 PM
Good Share ..
Mahesh ChandPosted Oct 12, 2015, 11:42 PM
Can you add the click event handler code? Thanks!
Mohammed IbrahimPosted Oct 12, 2015, 12:15 PM
nice
Nilesh JadavPosted Oct 9, 2015, 2:32 AM
Great one sir
Sibeesh VenuPosted Oct 9, 2015, 1:11 AM
Nice Share