C# Tutorials - Herong's Tutorial Examples - v3.32, by Herong Yang
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
Logical Expressions and Conditional Statements
Visual C# 2010 Express Edition
C# Compiler and Intermediate Language
Compiling C# Source Code Files
MSBuild - Microsoft Build Engine
System.Diagnostics.FileVersionInfo Class
►WPF - Windows Presentation Foundation
System.Windows.Application Class
HelloWPF.cs - First WPF Application
►System.Windows.Controls Namespace
Compiling WPF Applications with MSBuild