Feed on
Posts
Comments

Category Archive for 'Blend Tips'

Expression Blend 4, MRU location

I’m working on my book for O’Reilly this month (HLSL and Pixel Shaders for XAML Developers).  If you’ve written books or articles yourself you know there is a lot of prep involved in getting your machine into a clean state for screenshots.  You don’t want to show a list of client project names to the [...]

Read Full Post »

Creating an ImageBrush in Blend has always been a multi-step process.  Blend 3 makes a few improvements in the steps necessary for creating a ImageBrush.  You can still use the traditional way if you desire. Copy an Image to Clipboard The first step in making making an ImageBrush is to copy a image to the [...]

Read Full Post »

A couple years ago I wrote a post regarding the WPF VisualBrush. As part of that post I discussed the TileBrush. TileBrush is abstract and defines a number of useful properties for creating a repeating pattern.  For example you could set the source of the ImageBrush to a picture of a flower, then set properties [...]

Read Full Post »