The eXtensible Application Markup Language (XAML, pronounced “zammel”) is used to define user interfaces (UI) for frameworks such as the Windows Presentation Foundation (WPF), the Universal Windows Platform (UWP), and Xamarin.Forms. These XAML dialects share the same syntax based on the 2009 XAML specification but differ in their vocabularies, which may eventually be aligned under one XAML Standard.
Every XAML document is an XML document with one root element and nested child elements. In XAML, an element ...