Export current XAML Item as XAML


Instruction

To export the current XAML item as a XAML file, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. Open a XAML item as described in the previous sections.
  3. In this case, choose "SimpleHelloWorldUI" to export:
    Simple Hello World UI

  4. Click the menu File > Export > Export current XAML Item as Xaml file:
    Export Current XAML Item as XAML

  5. A dialog will appear asking you to browse for the folder to export to:
    Browse Folder Dialog

  6. In this case, choose Desktop as the location for export and then click OK:
    Desktop Location

  7. Finally, you will see the exported file in the .xaml format on your Desktop:
    Exported XAML File


NOTE: The .xaml format belongs to the XAML language, which WPF uses to define user interfaces.