WPF Tutorial - For Beginners & Professionals
wpf 4.5 tutorial,wpf 4.0 tutorial, wpf recipes,wpf tips, wpf tricks, wpf tips & tricks, wpf internal
Posted By : Shailendra Chauhan, 09 Oct 2013
Triggers are used to change the style of a control when control’s property value changes or event fires. Triggers create visual effects on controls. By using triggers you can also change the appearance of framework elements.
Posted By : Shailendra Chauhan, 09 Oct 2013
Updated On : 09 Oct 2013
WPF enables you to change the look and feel of the WPF controls and this is achieved by Templates. Templates are used to change the look and feel of a control in WPF.
Posted By : Shailendra Chauhan, 02 Oct 2013
Updated On : 02 Oct 2013
Windows Presentation Framework is a next generation UI framework to create applications with a rich user experience. It is part of the .NET framework 3.0 and higher. WPF architecture is a layered architecture which have Managed, Unmanaged and Core API layers as shown in below fig.
Posted By : Shailendra Chauhan, 02 Oct 2013
Updated On : 02 Oct 2013
Windows Presentation Framework is a next generation UI framework to create applications with a rich user experience. It is part of the .NET framework 3.0 and higher. It includes application UI, 2D graphics, 3D graphics and multimedia. It takes advantage of hardware acceleration of modern graphic cards. WPF makes the UI faster, scalable and resolution independent.