| |
|
Features and why to use WPF Question Posted on 11 Mar 2012 Home >> Frameworks >> WPF >> Features and why to use WPF |
Below are the some features of WPF:-
(1)It Uses DirectX Engine for rendering GUI
(2)It do not use GDI 32 programming at all as opposed to Win32 applications
(3)It do not require more time or cost for graphics, drawing or animation programming
(4)It is Easy to change resolution unlike win32 application
(5)It is XAML Friendly.
(6)It has .NET API that has integrated to XAML (Xtensible Application Markup Language)
(7)Easily select the Controls unlike Win32 Controls.
(8)It has the ability to create 3D graphics in windows apps
(9)It contains Separate API for graphics and animation
(10)Most powerful Windows UI Framework
Below are the some important uses of WPF:-
(1)For the better User Interface & the Design
(2)Customization of Controls
(3)Integrating Flash, Direct, Win32, Windows Forms
(4)For Generic consistency professional look (Using Styles like CSS in Web) | |
|
|
|
|