System.Windows.Controls Namespace

A quick introduction is provided on the System.Windows.Controls namespace, which contains WPF classes representing UI controls like buttons, check boxes, labels panels, etc.

What Is System.Windows.Controls Namespace? System.Windows.Controls is a namespace that contains Windows Presentation Foundation (WPF) classes representing UI controls, like buttons, check boxes, combo boxes, labels, panels, etc.

Here are two examples of System.Windows.Controls classes:

System.Windows.Controls.Button - Class represents a UI button with these key properties and methods:

System.Windows.Controls.Label - Class represents a text label with these key properties and methods:

System.Windows.Controls.Grid - Class represents a layout to manage multiple UI elements in columns and rows. The Grid class has these key properties and methods:

Table of Contents

 About This Book

 Introduction of C# (C Sharp)

 Data Type and Variables

 Logical Expressions and Conditional Statements

 Arrays and Loop Statements

 Data Type Features

 Floating-Point Data Types

 Passing Parameters to Methods

 Execution Environment Class

 Visual C# 2010 Express Edition

 Class Features

 C# Compiler and Intermediate Language

 Compiling C# Source Code Files

 MSBuild - Microsoft Build Engine

 Memory Usages of Processes

 Multithreading in C#

 Async Feature from C# 5

 System.IO.FileInfo Class

 System.Diagnostics.FileVersionInfo Class

WPF - Windows Presentation Foundation

 What Is WPF?

 System.Windows.Application Class

 System.Windows.Window Class

 HelloWPF.cs - First WPF Application

System.Windows.Controls Namespace

 WPF Button Click Test

 Compiling WPF Applications with MSBuild

 What Is XAML?

 Partial Classes and Partial Methods

 Archived Tutorials

 References

 Full Version in PDF/ePUB