PathFigure.Segments Property

Definition

Gets or sets the collection of segments that define the shape of this PathFigure object.

public:
 property PathSegmentCollection ^ Segments { PathSegmentCollection ^ get(); void set(PathSegmentCollection ^ value); };
PathSegmentCollection Segments();

void Segments(PathSegmentCollection value);
public PathSegmentCollection Segments { get; set; }
var pathSegmentCollection = pathFigure.segments;
pathFigure.segments = pathSegmentCollection;
Public Property Segments As PathSegmentCollection
<PathFigure>
  oneOrMorePathSegments
</PathFigure>

Property Value

The collection of segments that define the shape of this PathFigure object. The default is an empty collection.

Applies to