ShapePath Properties
A creation path that consists of a series of moves, lines and curves that when combined forms a geometric shape.| Name | Description |
|---|---|
| FillMode | Gets or sets the shape path’s fill mode. |
| Height | Gets or sets the shape path’s height. |
| Segments | Returns a collection of segments that form the shape path. |
| Stroke | Gets or sets a value that indicates whether the shape path is stroked. |
| Width | Gets or sets the shape path’s width. |
See Also