Windows.UI.Xaml.Media.PathFigure.Segments
June 22, 2022 · View on GitHub
-description
Gets or sets the collection of segments that define the shape of this PathFigure object.
-xaml-syntax
<PathFigure>
oneOrMorePathSegments
</PathFigure>
-xaml-values
- 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.