None
NO
Coding4Fun Toolkit – Now With In-App Tiles
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
<toolkit:WrapPanel x:Name= "ContentPanel" Orientation= "Horizontal" > <c4f:Tile Height= "170" Width= "170" Title= "Test Tile 1" ></c4f:Tile> <c4f:Tile Margin= "10,0,0,0" Height= "170" Width= "170" Title= "Test Tile 2" > <Image Source= "ApplicationIcon.png" ></Image> </c4f:Tile> <c4f:Tile Margin= "0,10,0,0" Height= "170" Width= "170" Title= "Test Tile 3" > <toolkit:DatePicker></toolkit:DatePicker> </c4f:Tile> </toolkit:WrapPanel> There is no default ImageSource property that would let you define the image that is used in the tile, but since it inherits from the regular Button class, the Content property can be set to an Image control, that will automatically fill the entire tile, given the default Image parameters.