Reflection using Visual Brush and Opacity Mask
July 30th, 2006
Using brushes in WPF you can paint surfaces with patterns, images, colors, and gradients. One brush that is particularly useful is the VisualBrush. This brush paints an area with other visual objects, allowing elements to be “mirrored”. Read the rest of this entry »
VS Template: Flexible Application (Deployment)
July 29th, 2006
Karen Corby has posted a great Visual Studio template enabling developers to quickly switch between standalone and .xbap deployment models. Read the rest of this entry »
LightWave to XAML Plug-in
July 27th, 2006
A small company by the name of Shaxam has released a version of their Shaxam layer exporter for LightWave 9. Read the rest of this entry »
Bitmap Effects in WPF
July 26th, 2006
Similar to Flash, there are a number of programmatic bitmap effects available in Windows Presentation Foundation. This tutorial demonstrates how to apply these effects in WPF. Read the rest of this entry »
XML Data Binding using Data Templates
July 24th, 2006
This tutorial describes how to bind XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource in the XAML document.
Read the rest of this entry »