Shapes

Windows Presentation Foundation (WPF) provides support for drawing basic shapes using the Shape class. Shape objects derive from FrameworkElement and as such, participate in the layout system and can be drawn simply using Extensible Application Markup Language (XAML).

In This Section

Shapes and Basic Drawing in WPF Overview
How-to Topics

See also