This tag is for the XAML UI framework specific to Windows-Store-Apps on Windows-8. WinRT-XAML is a subset of the general XAML specification and a superset of Windows-Phone-8 XAML.
I have a main page and a camera page in my application. The main page has an image that does …
c# image windows-runtime winrt-xaml imagesourceI need to develop Metro style application using C# and XAML which has to work on Windows RT devices and …
c# windows-8 windows-runtime winrt-xaml windows-rtThis is my integer color in database : "8689404". I change it to Color as following: Color = ColorHelper.FromArgb(255, byte.Parse(Event.…
c# colors winrt-xaml argbThe GridView and the ListView in XAML seem to be the same control. How does a developer choose between the …
windows-8 windows-runtime windows-store-apps winrt-xamlI'm working on a Windows Store app and I'm getting a WinRT error that doesn't really give me any information …
visual-c++ error-handling windows-runtime windows-store-apps winrt-xamlHow do I programmatically add text with line breaks to a textblock? If I insert text like this: helpBlock.Text = "…
c# windows-store-apps winrt-xamlI am trying to follow the MVVM pattern in my Windows 8.1 store app (XAML). I want to navigate to a …
xaml winrt-xaml windows-8.1I have some Strings I want to access from my code in App.xaml like: <Application.Resources> <…
c# windows-store-apps winrt-xaml resourcedictionary app.xamlI am trying to display a dialog that allows the user to type a location, just like in the "add …
windows-8 windows-runtime winrt-xamlI'm making a Windows Store app in C# and I have a normal TextBlock with a link inside it. And …
c# windows-8 windows-runtime cursor winrt-xaml