Files
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.0 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Shapes How-to Topics 03/30/2017
AutoGeneratedOrientationPage
drawing [WPF], lines
shapes [WPF], how-to topics
Shape objects [WPF]
Shape types [WPF]
91a371f1-81e4-40da-ad61-ec24167152e6

Shapes How-to Topics

The topics in this section demonstrate how to use xref:System.Windows.Shapes.Shape objects to draw basic shapes to the screen.

In This Section

Draw a Closed Shape by Using the Polygon Element
Draw an Ellipse or a Circle
Draw a Line
Draw a Polyline by Using the Polyline Element
Draw a Rectangle
Modify the Cap at the End of a Line or Segment

See also