Windows.UI.Xaml.Shapes Namespace |
Class | Description | |
---|---|---|
Line |
Draws a straight line between two points.
| |
Path |
Draws a series of connected lines and curves. The line and curve dimensions
are declared through the Data property, and can be specified either with
a path-specific mini-language, or with an object model.
| |
Rectangle |
Draws a rectangle shape, which can have a stroke and a fill.
| |
Shape |
Provides a base class for shape elements, such as Ellipse, Polygon, and Rectangle.
|