With the absence of VisualBrush in WinRT, I am not sure the approach. Anyone?
相关问题
- Listview applies a check to other listview items h
- how to disable caching HTTP GET in metro app, I am
- ListView in a metro app does not get its vertical
- cant use store test kit while Working with SQLite
- Windows 8 app (html & Javascript) : alternate way
相关文章
- New Windows Application - What language?
- libxml2 missing for nokogiri gem on Windows 8 x64
- Building Windows 8 Metro App on Windows 7 with Vis
- Windows 8 & MySQL? What are my options?
- Visual Studio 2012 designer error
- Prevent the listview from scrolling to its top pos
- How to get the text of textbox to textblock in ano
- XAML grouped GridView/Semantic Zoom not displaying
At the moment I don't believe there is a way, while ImageBrush inherits from TileBrush it's missing the important property TileMode. It's unclear whether this will be included in later versions.
Indeed there hasn't been much information given in regards to XAML styling WinRT besides changing Dark and Light themes...
so I guess we have to fiddle and experiment...
While doing some googling on the web I came with the following link... might as well give it a shot...
Creating tiled backgrounds in Metro style XAML apps
http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/
Note that it might work in full screen though I ain't sure on how well it responds to snap and rotation.
http://www.mindscapehq.com/ now have a TiledBackground control.
http://www.philliphaydon.com/2013/01/windows-store-app-tiled-background/
<ms:TileBackground ImageSource="/Assets/debut_dark.png" />
Requires a license to access the nightly build.