This example shows how to populate TileBar in XAML. To add an item into TileBar, add the TileBarItem element into the TileBar.Items collection. Please note that Items is a content property, so you can skip its tag when using it in XAML. To show an image in TileBarItem, use the TileGlyph property.
↧