US-1889327: Header fixes (#1319)

* Metadata updates for US-1889327.

* H2 edits.

* Updated column header.

* Minor edits.

* Review edits.
This commit is contained in:
Pooja Poojari
2022-02-28 08:53:24 -08:00
committed by GitHub
parent 1ef955c27d
commit a606313314
20 changed files with 73 additions and 45 deletions
@@ -2,6 +2,7 @@
title: "XAML Syntax In Detail"
description: Learn about terms that are used to describe the elements of XAML syntax for Windows Presentation Foundation and other frameworks that use XAML.
ms.date: "03/30/2017"
ms.custom: devdivchpfy22
ms.topic: overview
helpviewer_keywords:
- "XML [WPF], namespaces"
@@ -273,8 +274,8 @@ This topic defines the terms that are used to describe the elements of XAML synt
## Anatomy of a XAML Root Element
The following table shows a typical XAML root element broken down, showing the specific attributes of a root element:
|||
|-|-|
| Attribute | Description |
|-----------|-------------|
|`<Page`|Opening object element of the root element|
|`xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"`|The default (WPF) XAML namespace|
|`xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"`|The XAML language XAML namespace|