Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1 KB

pathfigure_segments.md

File metadata and controls

33 lines (24 loc) · 1 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Media.PathFigure.Segments
winrt property

Microsoft.UI.Xaml.Media.PathFigure.Segments

-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.
## -property-value The collection of segments that define the shape of this [PathFigure](pathfigure.md) object. The default is an empty collection.

-remarks

-examples

-see-also