The Windows Presentation Foundation (or WPF), formerly code named Avalon, is the graphical subsystem feature of the .NET Framework 3.0 (formerly called WinFX) and is directly related to XAML. It is pre-installed in
Features:
Graphical Services
All graphics (including desktop items like windows) will be routed through Direct3D.
Deployment
WPF deployment model offers both standalone and XAML Browser Applications (XBAP) flavors.
Interoperability
WPF provides interoperability with Win32: Via hosting, and interoperability with Windows Forms through the use of the ElementHost and WindowsFormsHost classes.
Media Services
WPF provides shape primitives for 2D graphics, 3D capabilities, time-based animations, text rendering.
Data binding
WPF has a built-in set of data services to enable application developers to bind and manipulate data within applications.
User interface
A powerful concept in the WPF is the logical separation of a control from its appearance.
Imaging
Windows Imaging Component (WIC) for WPF allows developers to write image codecs for their specific image file formats.
Effects & Text rendering
Special effects and text rendering features that was not available in GDI.
Alternative input
WPF supports digital ink-related functionality.
Accessibility
WPF supports Microsoft UI Automation to allow developers to create accessible interfaces.
No comments:
Post a Comment