Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » XAML   (RSS)

Putting resource in separate xaml files

In Silverlight, we usually define several shared resources (i.e. definition of Color, Brush, Style, etc) in an individual xaml file (i.e. inside <UserControl.Resources></UserControl.Resources>, which scope is local to that file only) or in
Posted by zainala | 3 Comments
Filed under: ,

Image reflection in XAML

It's relatively easy writing code in XAML to create a UI to display a reflective image. I'll demonstrate it in this simple Silverlight 2.0 app, the same code also can be applied to WPF app. You need to have Visual Studio 2008 and Silverlight SDK installed
Posted by zainala | 1 Comments
 
Page view tracker