-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Media.PathFigure.Segments |
winrt property |
Gets or sets the collection of segments that define the shape of this PathFigure object.
<PathFigure>
oneOrMorePathSegments
</PathFigure>
- oneOrMorePathSegments
- oneOrMorePathSegmentsOne or more object elements that derive from PathSegment. Typically these are ArcSegment, BezierSegment, LineSegment, PolyBezierSegment, PolyQuadraticBezierSegment, or QuadraticBezierSegment. Object elements defined here become members of the collection when code accesses the Segments property at run time.