Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Zainal Arifin
Little blog in the big web community world
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET Framework
08s
ASP.NET
C#
Communication Skill
Debugger
Design
EBook
Edison
GUI
Hi-tech
IE
Live Meeting
Management
Marketing
Microsoft
MSDN
MVC
NBC
NBC Olympics
Office Live
PDC
Photosynth
Science
Scripting
Self-improvement
Silverlight
SQL Server
Technet
USPS
UX
Verdiem
Virtualization
Vista
Visual Studio
Windows
Windows Update
WPF
XAML
Archives
March 2009 (1)
December 2008 (3)
November 2008 (7)
October 2008 (6)
September 2008 (9)
August 2008 (15)
July 2008 (1)
Browse by Tags
All Tags
»
XAML
(RSS)
Silverlight
Visual Studio
WPF
Sunday, November 30, 2008 8:08 PM
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:
Silverlight
,
XAML
Monday, August 25, 2008 9:51 AM
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
Filed under:
Silverlight
,
Visual Studio
,
XAML
,
WPF