XAML

Stands for "Extensible Application Markup Language" and is pronounced "zam-uhl." XAML is a markup language developed by Microsoft and is used for creating application interfaces. It is similar to HTML, which defines the content of a webpage.

Like other markup languages, XAML uses tags to define objects. Tags can be nested within other tags to define objects within objects. The attributes of an object, such as the name, size, shape, and color, are defined within the tag. Below is an example of a basic XAML tag for a button:

<Button x:name="button" Content="TechTerms" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="150,300,0,0"/>

XAML was introduced in 2006 along with WPF (Windows Presentation Foundation). WPF is an extension of the Microsoft .NET Framework that includes a display engine for rendering interface elements within a Windows application. XAML is used to define and link these elements.

Developers can create XAML code from scratch or use a program like Microsoft Expression Studio or Blend for Visual Studio to generate XAML code using a WYSIWYG editor. XAML is supported by any Windows app that is built using WPF or the Universal Windows Platform.

File Extension: .XAML

Updated February 3, 2018 by Per C.

quizTest Your Knowledge

A variable that controls access to one or more resources is also called what?

A
A decryptor
0%
B
A semaphore
0%
C
An access value
0%
D
A constant
0%
Correct! Incorrect!     View the Semaphore definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of XAML on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.