= wpfXamlDemo = ~-<>-~ <> '''wpfXamlDemo''' is a Dyalog APL namespace that demonstrates the use of WPF Xaml with some utility functions. Please read the Dyalog tutorials for a more detailed explanation. Part of the code was taken from [[http://www.codeproject.com/Articles/22980/WPF-A-Beginner-s-Guide-Part-of-n|CodeProject|]] === WHAT IS XAML ? === XAML stands for Extensible Application Markup Language (and pronounced "Zammel"). It's a simple language based on XML to create and initialize .NET objects with hierarchical relations. All you can do in XAML can also be done in code. XAML is just another way to create and initialize objects. You can use WPF without using XAML. It's up to you whether you want to declare it in XAML or write it as code. There is a [[https://msdn.microsoft.com/en-us/library/ms752059(v=vs.100).aspx|Xaml Overview]] from Microsoft. Here is an example of Xaml found in the attached namespace called '''sample1''': <> {{{{#!wiki seesaw/sample1/sample1/hide {{{#!highlight xml