Essential WPF

Browse by Tags

All Tags » 3D (RSS)
Copy file animation – Just in Case
Last few days I’ve upgraded the XP2Win7 Trigger Start Service demo application UI to WPF. Unfortunately I had no time to add the copy images from USB animation. So just in case that you write kind of copy file application here is a WPF animation I made: Note that this animation demonstrates how to render a 2D element as 3D by using the WPF Viewport2DVisual3D with animation. You can download the code from here .