Import from XAML files


Instruction

To import from XAML files, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. Click the menu File > Import > Import from Xaml files:
    Import from Xaml files

  3. A dialog will appear asking you to browse for the file:
    Browse File Dialog

  4. Select the SimpleHelloWorldUI(2).xaml file to import and click Open:
    Choose Simple Hello World to Import

  5. If the import process is successful, a dialog will appear saying "Import done":
    Import Done

  6. Click OK to close the dialog.

  7. Click the menu File > Manage > All Xaml Items:
    Manage All Xaml Items

  8. Finally, you will see that the XAML file has been successfully imported:
    Xaml Imported


NOTE: When importing from XAML files, XamlFiddle will create a new XAML item for each imported XAML file.