Archive | Windows Presentation Foundation RSS feed for this section
WPF 3D

Learn WPF: Part 4 of 9: Graphics in Windows Presentation Foundation

  Hey guys, Let’s talk about graphics in WPF. We would talk about the WPF graphics architecture followed by vector graphics, bitmaps and videos, WPF resolution independence and effects provided by WPF. It might seem interesting to you WPF is built on DirectX 3D rendering engine for all its accelerated 3D rendering pipeline and 2D [...]

Read full story Comments { 0 }
Windows in WPF

Learn WPF: Part 3 of 9: Layouts in Windows Presentation Foundation

  Hey guys, As you would all know that the building blocks of an application are controls but you need to know the layouts as well to know where and how you can place these controls? So we are going to talk about the layout panels in WPF, what are the common layout properties that [...]

Read full story Comments { 0 }
Commands in WPF

Learn WPF: Part 2 of 9: Controls in Windows Presentation Foundation

  Hey guys, In this part 2 of learn WPF we are going to talk about Controls and see how these controls are different in WPF and what capabilities it provides you build a good WPF application. Also we would see how we can handle the user input using the events and commands. Button Let’s [...]

Read full story Comments { 0 }
Controls WPF

Learn WPF : Part 1 of 9: Introduction to Windows Presentation Foundation

  Hey guys, In this I am going to start talking about Windows Presentation Foundation or WPF in short. I hope you guys find this series interesting and informative. So once you have decided to Learn WPF do not a step back or leave it in between because once learn the full power of WPF [...]

Read full story Comments { 0 }

Media Element in Silverlight and WPF

Hey guys. Today i am going to discuss about the MediaElement in Silverlight and see how we can put it in use in Silverlight and WPF applications. We can integrate media into our Silverlight pages and WPF UserControls.   MediaElement Objects To add media to the Silverlight page just add a MediaElement to your XAML [...]

Read full story Comments { 1 }

Extending your Silverlight 4 Application with Controls

  Extending your Silverlight 4 Application with Controls We could not only use and extend the controls present in the visual studio toolbox for Silverlight but also there are multiple providers offering additional controls for Silverlight framework. Extending XAML XAML stands for eXtensible Application Markup Language and hence it’s possible to add import external elements into [...]

Read full story Comments { 0 }
Consolidating Color Brushes with Logical Resources

Tutorial – Resources (Binary and Logical) in Windows Presentation Foundation WPF

  What is a resource (in terms on .net)? A resource is a noncode piece of an application or compnent like bitmaps, fonts, audio / video files, string tables. WPF supports 2 different types of resources – Binary Resource Binary resources are what the rest of the .NET framework conciders as resources and in WPF [...]

Read full story Comments { 3 }
>