Windows.UI.Xaml.Shapes namespace
Defines basic shapes that are intended for decorative rendering or for compositing non-interactive parts of controls.
Members
The Windows.UI.Xaml.Shapes namespace has these types of members:
Classes
The Windows.UI.Xaml.Shapes namespace has these classes.
| Class | Description |
|---|---|
| Ellipse | Draws an ellipse. |
| 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. |
| 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 | 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. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
