Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 2.15 KB

File metadata and controls

43 lines (38 loc) · 2.15 KB
title ms.date f1_keywords helpviewer_keywords ms.assetid description
XAML
03/30/2017
AutoGeneratedOrientationPage
XAML [WPF]
Extensible Application Markup Language [WPF]
5d858575-a83b-42df-ad3f-047ed2d6e3c8
Learn how WPF types are implemented so that they can provide the required type backing for a XAML representation.

XAML in WPF

Extensible Application Markup Language (XAML) is a markup language for declarative application programming. Windows Presentation Foundation (WPF) implements a XAML processor implementation and provides XAML language support. The WPF types are implemented such that they can provide the required type backing for a XAML representation. In general, you can create the majority of your WPF application UI in XAML markup.

In This Section

XAML in WPF
XAML Syntax In Detail
Code-Behind and XAML in WPF
XAML and Custom Classes for WPF
Markup Extensions and WPF XAML
XAML Namespaces and Namespace Mapping for WPF XAML
WPF XAML Namescopes
Inline Styles and Templates
White-space Processing in XAML
TypeConverters and XAML
XML Character Entities and XAML
XAML Namespace (x:) Language Features
WPF XAML Extensions
Markup Compatibility (mc:) Language Features

Related Sections

WPF Architecture
Base Elements
Element Tree and Serialization
Properties
Events
Input
Resources
Styling and Templating
Threading Model