Click or drag to resize
Windows.UI.Xaml.Shapes Namespace
The Windows.UI.Xaml.Shapes namespace defines basic shapes that are intended for decorative rendering or for compositing non-interactive parts of controls.
Classes
  ClassDescription
Public classLine
Draws a straight line between two points.
Public classPath
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.
Public classCode exampleRectangle
Draws a rectangle shape, which can have a stroke and a fill.
Public classShape
Provides a base class for shape elements, such as Ellipse, Polygon, and Rectangle.