PathFigure.Segments Property

Definition

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

public:
 property System::Windows::Media::PathSegmentCollection ^ Segments { System::Windows::Media::PathSegmentCollection ^ get(); void set(System::Windows::Media::PathSegmentCollection ^ value); };
public System.Windows.Media.PathSegmentCollection Segments { get; set; }
member this.Segments : System.Windows.Media.PathSegmentCollection with get, set
Public Property Segments As PathSegmentCollection

Property Value

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

Remarks

XAML Property Element Usage

<object>  
    oneOrMorePathSegments  
</object>  

XAML Values

oneOrMorePathSegments
One or more object elements for objects that derive from PathSegment. Typically these are: ArcSegment,

BezierSegment, LineSegment, PolyBezierSegment, PolyLineSegment, PolyQuadraticBezierSegment, QuadraticBezierSegment.

Dependency Property Information

Identifier field SegmentsProperty
Metadata properties set to true None

Applies to