Windows.UI.Xaml.Media.PathGeometry
June 22, 2022 ยท View on GitHub
-description
Represents a complex vector-based shape that may be composed of arcs, curves, ellipses, lines, and rectangles.
-xaml-syntax
<PathGeometry>
oneOrMorePathFigures
</PathGeometry>
-or-
<PathGeometry Figures="moveAndDrawCommands">
-remarks
-examples
-see-also
Geometry, Path, XAML vector-based drawing sample, Draw shapes, Move and draw commands syntax