Share via


PathFigure.Segments Proprietà

Definizione

Ottiene o imposta l'insieme di segmenti che definiscono la forma di questo oggetto PathFigure .

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>

Valore della proprietà

Raccolta di segmenti che definiscono la forma di questo oggetto PathFigure . Il valore predefinito è una raccolta vuota.

Si applica a