Content deleted Content added
No edit summary |
|||
Line 85:
==XAML backwards compatibility with Windows Forms==
For future development, Microsoft has succeeded Windows Forms with
While XAML provides drag and drop placement backwards compatibility through the Canvas Control, XAML Controls are only similar to Windows Forms Controls and are not one-to-one backwards compatible. They perform similar functions and have a similar appearance, but the properties and methods are different enough to require remapping from one API to another.
|