0
我在Windows Store應用程序中使用了RadMosaicTile。我想用它綁定圖像。 我試過這個將圖片綁定到RadMosaicTile
RadMosaicHubTile tile = new RadMosaicHubTile();
tile.ImageSources.Add("Image1.jpg");
tile.ImageSources.Add("Image2.jpg");
但它不工作。圖像沒有綁定。 任何人都可以幫助我嗎? 謝謝。
此線做什麼... hubTile.CreateImageSource =(源)=> { 回報(ImageSource的)源; }; –