| Ellipse | Represents the ellipse shape. |
| FillRule | Specifies how the intersecting areas of PathFigure objects contained in a Geometry are combined to form the area of the Geometry. |
| Line | Represents the line shape. |
| PenLineCap | Describes the shape at the end of a line or segment. |
| PenLineJoin | Describes the shape that joins two lines or segments. |
| Point | Represents an x- and y-coordinate pair in two-dimensional space. |
| Polygon | Draws a polygon, which is a connected series of lines that form a closed shape. |
| Polyline | Draws a series of connected straight lines. |
| Rectangle | Represents the rectangle. |
| Shape | Provides the base class for shape elements, such as,, and. |