The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.Windows.Shapes Namespace
.NET Framework 3.0
Provides access to a library of shapes that can be used in Extensible Application Markup Language (XAML) or code.
| Class | Description | |
|---|---|---|
![]() | Ellipse | Draws an ellipse. This class cannot be inherited. |
![]() | Line | Draws a straight line between two points. This class cannot be inherited. |
![]() | Path | Draws a series of connected lines and curves. This class cannot be inherited. |
![]() | Polygon | Draws a polygon, which is a connected series of lines that form a closed shape. This class cannot be inherited. |
![]() | Polyline | Draws a series of connected straight lines. This class cannot be inherited. |
![]() | Rectangle | Draws a rectangle. This class cannot be inherited. |
![]() | Shape | Provides a base class for shape elements, such as Ellipse, Polygon, and Rectangle. This class is abstract. |
Community Additions
Show:
