PDA

Click to See Complete Forum and Search --> : Creating a Reflection in WPF


Negative0
Jan 26th, 2009, 07:12 PM
I found this nice video to show how easy it is to create a nice reflection effect in WPF:

http://www.contentpresenter.com/LiveReflection.wmv

DeanMc
Jan 26th, 2009, 08:44 PM
Very nice :thumb:

chris128
Jan 27th, 2009, 05:07 AM
I cant watch the video here but which way does that do it, using the visual brush technique or using a duplicated control that is flipped around? I find the visual brush method much better as the reflection is 'live' so you can use it for reflections of videos or progress bars etc

Negative0
Jan 27th, 2009, 07:17 AM
It uses the visual brush with a video, so it gives you the real time reflection.

chris128
Jan 27th, 2009, 07:19 AM
good stuff then :)