Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/base-elements.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.4 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Base Elements 03/30/2017
AutoGeneratedOrientationPage
base elements [WPF]
55034aa5-3c1d-442a-8293-f4692d8ea6ae

Base Elements

Four key classes--xref:System.Windows.UIElement, xref:System.Windows.ContentElement, xref:System.Windows.FrameworkElement, and xref:System.Windows.FrameworkContentElement--implement a substantial percentage of the common element functionality available in WPF programming. These four classes are referred to in this SDK as the base element classes.

In This Section

Base Elements Overview
Freezable Objects Overview
Alignment, Margins, and Padding Overview
How-to Topics

Reference

xref:System.Windows.UIElement

xref:System.Windows.ContentElement

xref:System.Windows.FrameworkElement

xref:System.Windows.FrameworkContentElement

WPF Architecture
XAML in WPF
Element Tree and Serialization
Properties
Events
Input
Resources
Styling and Templating
Threading Model